Shades of Locust #A9AD82
Tints of Locust #A9AD82
RGB
CMYK
RGB Variations
Color information
#A9AD82 (or 0xA9AD82) is known color: Locust. HEX triplet: A9, AD and 82. RGB value is (169,173,130). Sum of RGB (Red+Green+Blue) = 169+173+130=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD82 is #56527D. Grayscale: #A7A7A7. Windows color (decimal): -5657214 or 8564137. OLE color: 8564137.
HSL color Cylindrical-coordinate representation of color #A9AD82: hue angle of 65.58º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9AD82 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 173 | 130 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.32 |
| HSL | 65.58º | 0.21% | 0.59% | - |
| HSV(B) | 65.58º | 0.25% | 0.68% | - |
| XYZ | 35.34 | 39.93 | 26.96 | - |
| YUV | 166.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 130 | 0.02 | 0 | 0.25 | 0.32 | 65.58 | 0.21 | 0.59 |
| Hex | A9 | AD | 82 | 2 | 0 | 19 | 20 | 42 | 15 | 3B |
| Octal | 251 | 255 | 202 | 2 | 0 | 31 | 40 | 102 | 25 | 73 |
| Binary | 10101001 | 10101101 | 10000010 | 10 | 0 | 11001 | 100000 | 1000010 | 10101 | 111011 |
Color Harmonies of #A9AD82
Complementary color
Monochromatic Colors of #A9AD82
Black with #A9AD82
Text Example
Text Example
White with #A9AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AD82; }
p { color: rgb(169,173,130); }
H1.HeaderClassName
{
color: #A9AD82;
}
.AnyTagClassName
{
color: #A9AD82;
}
</style>
background-color css
<style>
a { background-color: #A9AD82; }
a { background-color: rgb(169,173,130); }
div.DivClassName
{
background-color: #A9AD82;
}
.BgClassName
{
background-color: #A9AD82;
}
</style>
border-color css
<style>
span { border-color: #A9AD82; }
span { border-color: rgb(169,173,130); }
td.TdClassName
{
border-color: #A9AD82;
}
.TagClassName
{
border-color: #A9AD82;
}
</style>