Color spaces of #af841b
RGB | 175 | 132 | 27 |
---|---|---|---|
HSL | 0.12 | 0.73 | 0.40 |
HSV | 43° | 85° | 69° |
CMYK | 0.00 | 0.25 | 0.85 0.31 |
XYZ | 26.1283 | 25.6956 | 4.6196 |
Yxy | 25.6956 | 0.4629 | 0.4552 |
Hunter Lab | 50.6908 | 3.2979 | 30.0803 |
CIE-Lab | 57.7470 | 7.2330 | 57.3945 |
#af841b color RGB value is (175,132,27).
#af841b hex color red value is 175, green value is 132 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #af841b hue: 0.12 , saturation: 0.73 and the lightness value of af841b is 0.40.
The process color (four color CMYK) of #af841b color hex is 0.00, 0.25, 0.85, 0.31. Web safe color of #af841b is #999933. Color #af841b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10000100 | 00011011 |
Octal | 257 | 204 | 33 |
Decimal | 175 | 132 | 27 |
Hex | AF | 84 | 1B |
Shades of #af841b
Tints of #af841b
RGB Percentages of Color #af841b
CMYK Percentages of Color #af841b
Complementary Color
#af841b | #1b46af |
#af841b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af841b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af841b Color CSS Codes
.mybgcolor {background-color:#af841b; } .myforecolor {color:#af841b; } .mybordercolor {border:3px solid #af841b; }
#af841b Text Font Color
<p style="color:#af841b">Text here</p>
This sample text font color is #af841b
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.
#af841b Background Color
<div style="background-color:#af841b">
Div content here</div>
This div background color is #af841b
#af841b Border Color
<div style="border:3px solid #af841b">
Div here</div>
This div border color is #af841b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,132,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af841b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af841b; -webkit-box-shadow: 1px 1px 3px 2px #af841b; box-shadow: 1px 1px 3px 2px #af841b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,132,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af841b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af841b; -webkit-box-shadow: 1px 1px 3px 2px #af841b; box-shadow: 1px 1px 3px 2px #af841b;">
Div content here</div>
This div box has shadow with color #af841b
Comments
No comments written yet.
Please login to write comment.