Color spaces of #af934d
RGB | 175 | 147 | 77 |
---|---|---|---|
HSL | 0.12 | 0.39 | 0.49 |
HSV | 43° | 56° | 69° |
CMYK | 0.00 | 0.16 | 0.56 0.31 |
XYZ | 29.4525 | 30.5172 | 11.3593 |
Yxy | 30.5172 | 0.4129 | 0.4278 |
Hunter Lab | 55.2424 | -1.5068 | 26.4781 |
CIE-Lab | 62.0979 | 1.7197 | 40.5001 |
#af934d color RGB value is (175,147,77).
#af934d hex color red value is 175, green value is 147 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af934d hue: 0.12 , saturation: 0.39 and the lightness value of af934d is 0.49.
The process color (four color CMYK) of #af934d color hex is 0.00, 0.16, 0.56, 0.31. Web safe color of #af934d is #999966. Color #af934d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010011 | 01001101 |
Octal | 257 | 223 | 115 |
Decimal | 175 | 147 | 77 |
Hex | AF | 93 | 4D |
Shades of #af934d
Tints of #af934d
RGB Percentages of Color #af934d
CMYK Percentages of Color #af934d
Complementary Color
#af934d | #4d69af |
#af934d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af934d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af934d Color CSS Codes
.mybgcolor {background-color:#af934d; } .myforecolor {color:#af934d; } .mybordercolor {border:3px solid #af934d; }
#af934d Text Font Color
<p style="color:#af934d">Text here</p>
This sample text font color is #af934d
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.
#af934d Background Color
<div style="background-color:#af934d">
Div content here</div>
This div background color is #af934d
#af934d Border Color
<div style="border:3px solid #af934d">
Div here</div>
This div border color is #af934d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,147,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af934d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af934d; -webkit-box-shadow: 1px 1px 3px 2px #af934d; box-shadow: 1px 1px 3px 2px #af934d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,147,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af934d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af934d; -webkit-box-shadow: 1px 1px 3px 2px #af934d; box-shadow: 1px 1px 3px 2px #af934d;">
Div content here</div>
This div box has shadow with color #af934d
Comments
No comments written yet.
Please login to write comment.