Shades of Locust #A1AF80
Tints of Locust #A1AF80
RGB
CMYK
RGB Variations
Color information
#A1AF80 (or 0xA1AF80) is known color: Locust. HEX triplet: A1, AF and 80. RGB value is (161,175,128). Sum of RGB (Red+Green+Blue) = 161+175+128=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF80 is #5E507F. Grayscale: #A5A5A5. Windows color (decimal): -6180992 or 8433569. OLE color: 8433569.
HSL color Cylindrical-coordinate representation of color #A1AF80: hue angle of 77.87º 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 #A1AF80 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 128 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.31 |
| HSL | 77.87º | 0.23% | 0.59% | - |
| HSV(B) | 77.87º | 0.27% | 0.69% | - |
| XYZ | 33.92 | 39.8 | 26.32 | - |
| YUV | 165.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 128 | 0.08 | 0 | 0.27 | 0.31 | 77.87 | 0.23 | 0.59 |
| Hex | A1 | AF | 80 | 8 | 0 | 1B | 1F | 4E | 17 | 3B |
| Octal | 241 | 257 | 200 | 10 | 0 | 33 | 37 | 116 | 27 | 73 |
| Binary | 10100001 | 10101111 | 10000000 | 1000 | 0 | 11011 | 11111 | 1001110 | 10111 | 111011 |
Color Harmonies of #A1AF80
Complementary color
Monochromatic Colors of #A1AF80
Black with #A1AF80
Text Example
Text Example
White with #A1AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF80; }
p { color: rgb(161,175,128); }
H1.HeaderClassName
{
color: #A1AF80;
}
.AnyTagClassName
{
color: #A1AF80;
}
</style>
background-color css
<style>
a { background-color: #A1AF80; }
a { background-color: rgb(161,175,128); }
div.DivClassName
{
background-color: #A1AF80;
}
.BgClassName
{
background-color: #A1AF80;
}
</style>
border-color css
<style>
span { border-color: #A1AF80; }
span { border-color: rgb(161,175,128); }
td.TdClassName
{
border-color: #A1AF80;
}
.TagClassName
{
border-color: #A1AF80;
}
</style>