Shades of Locust #A2A985
Tints of Locust #A2A985
RGB
CMYK
RGB Variations
Color information
#A2A985 (or 0xA2A985) is known color: Locust. HEX triplet: A2, A9 and 85. RGB value is (162,169,133). Sum of RGB (Red+Green+Blue) = 162+169+133=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A985 is #5D567A. Grayscale: #A2A2A2. Windows color (decimal): -6116987 or 8759714. OLE color: 8759714.
HSL color Cylindrical-coordinate representation of color #A2A985: hue angle of 71.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A985 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 133 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.34 |
| HSL | 71.67º | 0.17% | 0.59% | - |
| HSV(B) | 71.67º | 0.21% | 0.66% | - |
| XYZ | 33.32 | 37.75 | 27.72 | - |
| YUV | 162.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 133 | 0.04 | 0 | 0.21 | 0.34 | 71.67 | 0.17 | 0.59 |
| Hex | A2 | A9 | 85 | 4 | 0 | 15 | 22 | 48 | 11 | 3B |
| Octal | 242 | 251 | 205 | 4 | 0 | 25 | 42 | 110 | 21 | 73 |
| Binary | 10100010 | 10101001 | 10000101 | 100 | 0 | 10101 | 100010 | 1001000 | 10001 | 111011 |
Color Harmonies of #A2A985
Complementary color
Monochromatic Colors of #A2A985
Black with #A2A985
Text Example
Text Example
White with #A2A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A985; }
p { color: rgb(162,169,133); }
H1.HeaderClassName
{
color: #A2A985;
}
.AnyTagClassName
{
color: #A2A985;
}
</style>
background-color css
<style>
a { background-color: #A2A985; }
a { background-color: rgb(162,169,133); }
div.DivClassName
{
background-color: #A2A985;
}
.BgClassName
{
background-color: #A2A985;
}
</style>
border-color css
<style>
span { border-color: #A2A985; }
span { border-color: rgb(162,169,133); }
td.TdClassName
{
border-color: #A2A985;
}
.TagClassName
{
border-color: #A2A985;
}
</style>