Shades of Locust #A9AE7D
Tints of Locust #A9AE7D
RGB
CMYK
RGB Variations
Color information
#A9AE7D (or 0xA9AE7D) is known color: Locust. HEX triplet: A9, AE and 7D. RGB value is (169,174,125). Sum of RGB (Red+Green+Blue) = 169+174+125=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE7D is #565182. Grayscale: #A7A7A7. Windows color (decimal): -5656963 or 8236713. OLE color: 8236713.
HSL color Cylindrical-coordinate representation of color #A9AE7D: hue angle of 66.12º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9AE7D is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 174 | 125 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.32 |
| HSL | 66.12º | 0.23% | 0.59% | - |
| HSV(B) | 66.12º | 0.28% | 0.68% | - |
| XYZ | 35.2 | 40.19 | 25.3 | - |
| YUV | 166.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 125 | 0.03 | 0 | 0.28 | 0.32 | 66.12 | 0.23 | 0.59 |
| Hex | A9 | AE | 7D | 3 | 0 | 1C | 20 | 42 | 17 | 3B |
| Octal | 251 | 256 | 175 | 3 | 0 | 34 | 40 | 102 | 27 | 73 |
| Binary | 10101001 | 10101110 | 1111101 | 11 | 0 | 11100 | 100000 | 1000010 | 10111 | 111011 |
Color Harmonies of #A9AE7D
Complementary color
Monochromatic Colors of #A9AE7D
Black with #A9AE7D
Text Example
Text Example
White with #A9AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AE7D; }
p { color: rgb(169,174,125); }
H1.HeaderClassName
{
color: #A9AE7D;
}
.AnyTagClassName
{
color: #A9AE7D;
}
</style>
background-color css
<style>
a { background-color: #A9AE7D; }
a { background-color: rgb(169,174,125); }
div.DivClassName
{
background-color: #A9AE7D;
}
.BgClassName
{
background-color: #A9AE7D;
}
</style>
border-color css
<style>
span { border-color: #A9AE7D; }
span { border-color: rgb(169,174,125); }
td.TdClassName
{
border-color: #A9AE7D;
}
.TagClassName
{
border-color: #A9AE7D;
}
</style>