Color spaces of #af9b3f
RGB | 175 | 155 | 63 |
---|---|---|---|
HSL | 0.14 | 0.47 | 0.47 |
HSV | 49° | 64° | 69° |
CMYK | 0.00 | 0.11 | 0.64 0.31 |
XYZ | 30.2977 | 32.9155 | 9.4591 |
Yxy | 32.9155 | 0.4169 | 0.4529 |
Hunter Lab | 57.3720 | -6.1367 | 30.3851 |
CIE-Lab | 64.0924 | -3.6712 | 49.5123 |
#af9b3f color RGB value is (175,155,63).
#af9b3f hex color red value is 175, green value is 155 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af9b3f hue: 0.14 , saturation: 0.47 and the lightness value of af9b3f is 0.47.
The process color (four color CMYK) of #af9b3f color hex is 0.00, 0.11, 0.64, 0.31. Web safe color of #af9b3f is #999933. Color #af9b3f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10011011 | 00111111 |
Octal | 257 | 233 | 77 |
Decimal | 175 | 155 | 63 |
Hex | AF | 9B | 3F |
Shades of #af9b3f
Tints of #af9b3f
RGB Percentages of Color #af9b3f
CMYK Percentages of Color #af9b3f
Complementary Color
#af9b3f | #3f53af |
#af9b3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af9b3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af9b3f Color CSS Codes
.mybgcolor {background-color:#af9b3f; } .myforecolor {color:#af9b3f; } .mybordercolor {border:3px solid #af9b3f; }
#af9b3f Text Font Color
<p style="color:#af9b3f">Text here</p>
This sample text font color is #af9b3f
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.
#af9b3f Background Color
<div style="background-color:#af9b3f">
Div content here</div>
This div background color is #af9b3f
#af9b3f Border Color
<div style="border:3px solid #af9b3f">
Div here</div>
This div border color is #af9b3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,155,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af9b3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af9b3f; -webkit-box-shadow: 1px 1px 3px 2px #af9b3f; box-shadow: 1px 1px 3px 2px #af9b3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,155,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af9b3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af9b3f; -webkit-box-shadow: 1px 1px 3px 2px #af9b3f; box-shadow: 1px 1px 3px 2px #af9b3f;">
Div content here</div>
This div box has shadow with color #af9b3f
Comments
No comments written yet.
Please login to write comment.