Color spaces of #af933c
RGB | 175 | 147 | 60 |
---|---|---|---|
HSL | 0.13 | 0.49 | 0.46 |
HSV | 45° | 66° | 69° |
CMYK | 0.00 | 0.16 | 0.66 0.31 |
XYZ | 28.9285 | 30.3076 | 8.6002 |
Yxy | 30.3076 | 0.4264 | 0.4468 |
Hunter Lab | 55.0523 | -2.5447 | 29.2744 |
CIE-Lab | 61.9187 | 0.4736 | 48.5310 |
#af933c color RGB value is (175,147,60).
#af933c hex color red value is 175, green value is 147 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af933c hue: 0.13 , saturation: 0.49 and the lightness value of af933c is 0.46.
The process color (four color CMYK) of #af933c color hex is 0.00, 0.16, 0.66, 0.31. Web safe color of #af933c is #999933. Color #af933c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010011 | 00111100 |
Octal | 257 | 223 | 74 |
Decimal | 175 | 147 | 60 |
Hex | AF | 93 | 3C |
Shades of #af933c
Tints of #af933c
RGB Percentages of Color #af933c
CMYK Percentages of Color #af933c
Complementary Color
#af933c | #3c58af |
#af933c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af933c Color Preview on White Background
Lorem ipsum dolor sit amet.
#af933c Color CSS Codes
.mybgcolor {background-color:#af933c; } .myforecolor {color:#af933c; } .mybordercolor {border:3px solid #af933c; }
#af933c Text Font Color
<p style="color:#af933c">Text here</p>
This sample text font color is #af933c
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.
#af933c Background Color
<div style="background-color:#af933c">
Div content here</div>
This div background color is #af933c
#af933c Border Color
<div style="border:3px solid #af933c">
Div here</div>
This div border color is #af933c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,147,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af933c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af933c; -webkit-box-shadow: 1px 1px 3px 2px #af933c; box-shadow: 1px 1px 3px 2px #af933c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,147,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af933c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af933c; -webkit-box-shadow: 1px 1px 3px 2px #af933c; box-shadow: 1px 1px 3px 2px #af933c;">
Div content here</div>
This div box has shadow with color #af933c
Comments
No comments written yet.
Please login to write comment.