Shades of Locust #A9AC7C
Tints of Locust #A9AC7C
RGB
CMYK
RGB Variations
Color information
#A9AC7C (or 0xA9AC7C) is known color: Locust. HEX triplet: A9, AC and 7C. RGB value is (169,172,124). Sum of RGB (Red+Green+Blue) = 169+172+124=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC7C is #565383. Grayscale: #A5A5A5. Windows color (decimal): -5657476 or 8170665. OLE color: 8170665.
HSL color Cylindrical-coordinate representation of color #A9AC7C: hue angle of 63.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9AC7C is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 124 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.33 |
| HSL | 63.75º | 0.22% | 0.58% | - |
| HSV(B) | 63.75º | 0.28% | 0.67% | - |
| XYZ | 34.75 | 39.4 | 24.84 | - |
| YUV | 165.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 124 | 0.02 | 0 | 0.28 | 0.33 | 63.75 | 0.22 | 0.58 |
| Hex | A9 | AC | 7C | 2 | 0 | 1C | 21 | 40 | 16 | 3A |
| Octal | 251 | 254 | 174 | 2 | 0 | 34 | 41 | 100 | 26 | 72 |
| Binary | 10101001 | 10101100 | 1111100 | 10 | 0 | 11100 | 100001 | 1000000 | 10110 | 111010 |
Color Harmonies of #A9AC7C
Complementary color
Monochromatic Colors of #A9AC7C
Black with #A9AC7C
Text Example
Text Example
White with #A9AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC7C; }
p { color: rgb(169,172,124); }
H1.HeaderClassName
{
color: #A9AC7C;
}
.AnyTagClassName
{
color: #A9AC7C;
}
</style>
background-color css
<style>
a { background-color: #A9AC7C; }
a { background-color: rgb(169,172,124); }
div.DivClassName
{
background-color: #A9AC7C;
}
.BgClassName
{
background-color: #A9AC7C;
}
</style>
border-color css
<style>
span { border-color: #A9AC7C; }
span { border-color: rgb(169,172,124); }
td.TdClassName
{
border-color: #A9AC7C;
}
.TagClassName
{
border-color: #A9AC7C;
}
</style>