Shades of Locust #A8AF80
Tints of Locust #A8AF80
RGB
CMYK
RGB Variations
Color information
#A8AF80 (or 0xA8AF80) is known color: Locust. HEX triplet: A8, AF and 80. RGB value is (168,175,128). Sum of RGB (Red+Green+Blue) = 168+175+128=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF80 is #57507F. Grayscale: #A7A7A7. Windows color (decimal): -5722240 or 8433576. OLE color: 8433576.
HSL color Cylindrical-coordinate representation of color #A8AF80: hue angle of 68.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8AF80 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 128 | - |
CMYK | 0.04 | 0 | 0.27 | 0.31 |
HSL | 68.94º | 0.23% | 0.59% | - |
HSV(B) | 68.94º | 0.27% | 0.69% | - |
XYZ | 35.37 | 40.54 | 26.38 | - |
YUV | 167.55 | 105.68 | 128.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 128 | 0.04 | 0 | 0.27 | 0.31 | 68.94 | 0.23 | 0.59 |
Hex | A8 | AF | 80 | 4 | 0 | 1B | 1F | 45 | 17 | 3B |
Octal | 250 | 257 | 200 | 4 | 0 | 33 | 37 | 105 | 27 | 73 |
Binary | 10101000 | 10101111 | 10000000 | 100 | 0 | 11011 | 11111 | 1000101 | 10111 | 111011 |
Color Harmonies of #A8AF80
Complementary color
Monochromatic Colors of #A8AF80
Black with #A8AF80
Text Example
Text Example
White with #A8AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF80; }
p { color: rgb(168,175,128); }
H1.HeaderClassName
{
color: #A8AF80;
}
.AnyTagClassName
{
color: #A8AF80;
}
</style>
background-color css
<style>
a { background-color: #A8AF80; }
a { background-color: rgb(168,175,128); }
div.DivClassName
{
background-color: #A8AF80;
}
.BgClassName
{
background-color: #A8AF80;
}
</style>
border-color css
<style>
span { border-color: #A8AF80; }
span { border-color: rgb(168,175,128); }
td.TdClassName
{
border-color: #A8AF80;
}
.TagClassName
{
border-color: #A8AF80;
}
</style>