Color spaces of #af784a
RGB | 175 | 120 | 74 |
---|---|---|---|
HSL | 0.08 | 0.41 | 0.49 |
HSV | 27° | 58° | 69° |
CMYK | 0.00 | 0.31 | 0.58 0.31 |
XYZ | 25.6317 | 23.0413 | 9.5750 |
Yxy | 23.0413 | 0.4400 | 0.3956 |
Hunter Lab | 48.0014 | 11.3128 | 21.7742 |
CIE-Lab | 55.1149 | 16.5055 | 33.6734 |
#af784a color RGB value is (175,120,74).
#af784a hex color red value is 175, green value is 120 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #af784a hue: 0.08 , saturation: 0.41 and the lightness value of af784a is 0.49.
The process color (four color CMYK) of #af784a color hex is 0.00, 0.31, 0.58, 0.31. Web safe color of #af784a is #996633. Color #af784a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01111000 | 01001010 |
Octal | 257 | 170 | 112 |
Decimal | 175 | 120 | 74 |
Hex | AF | 78 | 4A |
Shades of #af784a
Tints of #af784a
RGB Percentages of Color #af784a
CMYK Percentages of Color #af784a
Complementary Color
#af784a | #4a81af |
#af784a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af784a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af784a Color CSS Codes
.mybgcolor {background-color:#af784a; } .myforecolor {color:#af784a; } .mybordercolor {border:3px solid #af784a; }
#af784a Text Font Color
<p style="color:#af784a">Text here</p>
This sample text font color is #af784a
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.
#af784a Background Color
<div style="background-color:#af784a">
Div content here</div>
This div background color is #af784a
#af784a Border Color
<div style="border:3px solid #af784a">
Div here</div>
This div border color is #af784a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,120,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af784a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af784a; -webkit-box-shadow: 1px 1px 3px 2px #af784a; box-shadow: 1px 1px 3px 2px #af784a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,120,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af784a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af784a; -webkit-box-shadow: 1px 1px 3px 2px #af784a; box-shadow: 1px 1px 3px 2px #af784a;">
Div content here</div>
This div box has shadow with color #af784a
Comments
No comments written yet.
Please login to write comment.