Shades of Locust #A9AD7B
Tints of Locust #A9AD7B
RGB
CMYK
RGB Variations
Color information
#A9AD7B (or 0xA9AD7B) is known color: Locust. HEX triplet: A9, AD and 7B. RGB value is (169,173,123). Sum of RGB (Red+Green+Blue) = 169+173+123=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD7B is #565284. Grayscale: #A6A6A6. Windows color (decimal): -5657221 or 8105385. OLE color: 8105385.
HSL color Cylindrical-coordinate representation of color #A9AD7B: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9AD7B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 173 | 123 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.32 |
| HSL | 64.8º | 0.23% | 0.58% | - |
| HSV(B) | 64.8º | 0.29% | 0.68% | - |
| XYZ | 34.88 | 39.75 | 24.57 | - |
| YUV | 166.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 123 | 0.02 | 0 | 0.29 | 0.32 | 64.8 | 0.23 | 0.58 |
| Hex | A9 | AD | 7B | 2 | 0 | 1D | 20 | 41 | 17 | 3A |
| Octal | 251 | 255 | 173 | 2 | 0 | 35 | 40 | 101 | 27 | 72 |
| Binary | 10101001 | 10101101 | 1111011 | 10 | 0 | 11101 | 100000 | 1000001 | 10111 | 111010 |
Color Harmonies of #A9AD7B
Complementary color
Monochromatic Colors of #A9AD7B
Black with #A9AD7B
Text Example
Text Example
White with #A9AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AD7B; }
p { color: rgb(169,173,123); }
H1.HeaderClassName
{
color: #A9AD7B;
}
.AnyTagClassName
{
color: #A9AD7B;
}
</style>
background-color css
<style>
a { background-color: #A9AD7B; }
a { background-color: rgb(169,173,123); }
div.DivClassName
{
background-color: #A9AD7B;
}
.BgClassName
{
background-color: #A9AD7B;
}
</style>
border-color css
<style>
span { border-color: #A9AD7B; }
span { border-color: rgb(169,173,123); }
td.TdClassName
{
border-color: #A9AD7B;
}
.TagClassName
{
border-color: #A9AD7B;
}
</style>