Color spaces of #af882d
RGB | 175 | 136 | 45 |
---|---|---|---|
HSL | 0.12 | 0.59 | 0.43 |
HSV | 42° | 74° | 69° |
CMYK | 0.00 | 0.22 | 0.74 0.31 |
XYZ | 26.9570 | 26.9117 | 6.2563 |
Yxy | 26.9117 | 0.4483 | 0.4476 |
Hunter Lab | 51.8765 | 1.9715 | 29.1632 |
CIE-Lab | 58.8925 | 5.6968 | 51.9490 |
#af882d color RGB value is (175,136,45).
#af882d hex color red value is 175, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af882d hue: 0.12 , saturation: 0.59 and the lightness value of af882d is 0.43.
The process color (four color CMYK) of #af882d color hex is 0.00, 0.22, 0.74, 0.31. Web safe color of #af882d is #999933. Color #af882d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10001000 | 00101101 |
Octal | 257 | 210 | 55 |
Decimal | 175 | 136 | 45 |
Hex | AF | 88 | 2D |
Shades of #af882d
Tints of #af882d
RGB Percentages of Color #af882d
CMYK Percentages of Color #af882d
Complementary Color
#af882d | #2d54af |
#af882d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af882d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af882d Color CSS Codes
.mybgcolor {background-color:#af882d; } .myforecolor {color:#af882d; } .mybordercolor {border:3px solid #af882d; }
#af882d Text Font Color
<p style="color:#af882d">Text here</p>
This sample text font color is #af882d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af882d Background Color
<div style="background-color:#af882d">
Div content here</div>
This div background color is #af882d
#af882d Border Color
<div style="border:3px solid #af882d">
Div here</div>
This div border color is #af882d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,136,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af882d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af882d; -webkit-box-shadow: 1px 1px 3px 2px #af882d; box-shadow: 1px 1px 3px 2px #af882d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,136,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af882d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af882d; -webkit-box-shadow: 1px 1px 3px 2px #af882d; box-shadow: 1px 1px 3px 2px #af882d;">
Div content here</div>
This div box has shadow with color #af882d
Comments
No comments written yet.
Please login to write comment.