Shades of Locust #A9AA7F
Tints of Locust #A9AA7F
RGB
CMYK
RGB Variations
Color information
#A9AA7F (or 0xA9AA7F) is known color: Locust. HEX triplet: A9, AA and 7F. RGB value is (169,170,127). Sum of RGB (Red+Green+Blue) = 169+170+127=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA7F is #565580. Grayscale: #A4A4A4. Windows color (decimal): -5657985 or 8366761. OLE color: 8366761.
HSL color Cylindrical-coordinate representation of color #A9AA7F: hue angle of 61.4º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9AA7F is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 127 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.33 |
| HSL | 61.4º | 0.2% | 0.58% | - |
| HSV(B) | 61.4º | 0.25% | 0.67% | - |
| XYZ | 34.57 | 38.72 | 25.73 | - |
| YUV | 164.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 127 | 0.01 | 0 | 0.25 | 0.33 | 61.4 | 0.2 | 0.58 |
| Hex | A9 | AA | 7F | 1 | 0 | 19 | 21 | 3D | 14 | 3A |
| Octal | 251 | 252 | 177 | 1 | 0 | 31 | 41 | 75 | 24 | 72 |
| Binary | 10101001 | 10101010 | 1111111 | 1 | 0 | 11001 | 100001 | 111101 | 10100 | 111010 |
Color Harmonies of #A9AA7F
Complementary color
Monochromatic Colors of #A9AA7F
Black with #A9AA7F
Text Example
Text Example
White with #A9AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA7F; }
p { color: rgb(169,170,127); }
H1.HeaderClassName
{
color: #A9AA7F;
}
.AnyTagClassName
{
color: #A9AA7F;
}
</style>
background-color css
<style>
a { background-color: #A9AA7F; }
a { background-color: rgb(169,170,127); }
div.DivClassName
{
background-color: #A9AA7F;
}
.BgClassName
{
background-color: #A9AA7F;
}
</style>
border-color css
<style>
span { border-color: #A9AA7F; }
span { border-color: rgb(169,170,127); }
td.TdClassName
{
border-color: #A9AA7F;
}
.TagClassName
{
border-color: #A9AA7F;
}
</style>