Color spaces of #afa57b
RGB | 175 | 165 | 123 |
---|---|---|---|
HSL | 0.13 | 0.25 | 0.58 |
HSV | 48° | 30° | 69° |
CMYK | 0.00 | 0.06 | 0.30 0.31 |
XYZ | 34.7095 | 37.4543 | 24.1389 |
Yxy | 37.4543 | 0.3604 | 0.3889 |
Hunter Lab | 61.1999 | -5.8637 | 19.4544 |
CIE-Lab | 67.6165 | -3.0278 | 23.1207 |
#afa57b color RGB value is (175,165,123).
#afa57b hex color red value is 175, green value is 165 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afa57b hue: 0.13 , saturation: 0.25 and the lightness value of afa57b is 0.58.
The process color (four color CMYK) of #afa57b color hex is 0.00, 0.06, 0.30, 0.31. Web safe color of #afa57b is #999966. Color #afa57b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100101 | 01111011 |
Octal | 257 | 245 | 173 |
Decimal | 175 | 165 | 123 |
Hex | AF | A5 | 7B |
Shades of #afa57b
Tints of #afa57b
RGB Percentages of Color #afa57b
CMYK Percentages of Color #afa57b
Complementary Color
#afa57b | #7b85af |
#afa57b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa57b Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa57b Color CSS Codes
.mybgcolor {background-color:#afa57b; } .myforecolor {color:#afa57b; } .mybordercolor {border:3px solid #afa57b; }
#afa57b Text Font Color
<p style="color:#afa57b">Text here</p>
This sample text font color is #afa57b
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.
#afa57b Background Color
<div style="background-color:#afa57b">
Div content here</div>
This div background color is #afa57b
#afa57b Border Color
<div style="border:3px solid #afa57b">
Div here</div>
This div border color is #afa57b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,165,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa57b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa57b; -webkit-box-shadow: 1px 1px 3px 2px #afa57b; box-shadow: 1px 1px 3px 2px #afa57b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,165,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa57b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa57b; -webkit-box-shadow: 1px 1px 3px 2px #afa57b; box-shadow: 1px 1px 3px 2px #afa57b;">
Div content here</div>
This div box has shadow with color #afa57b
Comments
No comments written yet.
Please login to write comment.