Color spaces of #afa144
RGB | 175 | 161 | 68 |
---|---|---|---|
HSL | 0.14 | 0.44 | 0.48 |
HSV | 52° | 61° | 69° |
CMYK | 0.00 | 0.08 | 0.61 0.31 |
XYZ | 31.4675 | 35.0211 | 10.5701 |
Yxy | 35.0211 | 0.4084 | 0.4545 |
Hunter Lab | 59.1786 | -8.6474 | 30.8350 |
CIE-Lab | 65.7651 | -6.5405 | 49.0558 |
#afa144 color RGB value is (175,161,68).
#afa144 hex color red value is 175, green value is 161 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #afa144 hue: 0.14 , saturation: 0.44 and the lightness value of afa144 is 0.48.
The process color (four color CMYK) of #afa144 color hex is 0.00, 0.08, 0.61, 0.31. Web safe color of #afa144 is #999933. Color #afa144 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100001 | 01000100 |
Octal | 257 | 241 | 104 |
Decimal | 175 | 161 | 68 |
Hex | AF | A1 | 44 |
Shades of #afa144
Tints of #afa144
RGB Percentages of Color #afa144
CMYK Percentages of Color #afa144
Complementary Color
#afa144 | #4452af |
#afa144 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa144 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa144 Color CSS Codes
.mybgcolor {background-color:#afa144; } .myforecolor {color:#afa144; } .mybordercolor {border:3px solid #afa144; }
#afa144 Text Font Color
<p style="color:#afa144">Text here</p>
This sample text font color is #afa144
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.
#afa144 Background Color
<div style="background-color:#afa144">
Div content here</div>
This div background color is #afa144
#afa144 Border Color
<div style="border:3px solid #afa144">
Div here</div>
This div border color is #afa144
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,161,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa144; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa144; -webkit-box-shadow: 1px 1px 3px 2px #afa144; box-shadow: 1px 1px 3px 2px #afa144; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,161,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa144">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa144; -webkit-box-shadow: 1px 1px 3px 2px #afa144; box-shadow: 1px 1px 3px 2px #afa144;">
Div content here</div>
This div box has shadow with color #afa144
Comments
No comments written yet.
Please login to write comment.