Shades of Locust #A9AF78
Tints of Locust #A9AF78
RGB
CMYK
RGB Variations
Color information
#A9AF78 (or 0xA9AF78) is known color: Locust. HEX triplet: A9, AF and 78. RGB value is (169,175,120). Sum of RGB (Red+Green+Blue) = 169+175+120=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF78 is #565087. Grayscale: #A7A7A7. Windows color (decimal): -5656712 or 7909289. OLE color: 7909289.
HSL color Cylindrical-coordinate representation of color #A9AF78: hue angle of 66.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9AF78 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 175 | 120 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.31 |
| HSL | 66.55º | 0.26% | 0.58% | - |
| HSV(B) | 66.55º | 0.31% | 0.69% | - |
| XYZ | 35.08 | 40.45 | 23.73 | - |
| YUV | 166.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 120 | 0.03 | 0 | 0.31 | 0.31 | 66.55 | 0.26 | 0.58 |
| Hex | A9 | AF | 78 | 3 | 0 | 1F | 1F | 43 | 1A | 3A |
| Octal | 251 | 257 | 170 | 3 | 0 | 37 | 37 | 103 | 32 | 72 |
| Binary | 10101001 | 10101111 | 1111000 | 11 | 0 | 11111 | 11111 | 1000011 | 11010 | 111010 |
Color Harmonies of #A9AF78
Complementary color
Monochromatic Colors of #A9AF78
Black with #A9AF78
Text Example
Text Example
White with #A9AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AF78; }
p { color: rgb(169,175,120); }
H1.HeaderClassName
{
color: #A9AF78;
}
.AnyTagClassName
{
color: #A9AF78;
}
</style>
background-color css
<style>
a { background-color: #A9AF78; }
a { background-color: rgb(169,175,120); }
div.DivClassName
{
background-color: #A9AF78;
}
.BgClassName
{
background-color: #A9AF78;
}
</style>
border-color css
<style>
span { border-color: #A9AF78; }
span { border-color: rgb(169,175,120); }
td.TdClassName
{
border-color: #A9AF78;
}
.TagClassName
{
border-color: #A9AF78;
}
</style>