Shades of Locust #A2A17B
Tints of Locust #A2A17B
RGB
CMYK
RGB Variations
Color information
#A2A17B (or 0xA2A17B) is known color: Locust. HEX triplet: A2, A1 and 7B. RGB value is (162,161,123). Sum of RGB (Red+Green+Blue) = 162+161+123=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A17B is #5D5E84. Grayscale: #9D9D9D. Windows color (decimal): -6119045 or 8102306. OLE color: 8102306.
HSL color Cylindrical-coordinate representation of color #A2A17B: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2A17B is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 123 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.36 |
| HSL | 58.46º | 0.17% | 0.56% | - |
| HSV(B) | 58.46º | 0.24% | 0.64% | - |
| XYZ | 31.22 | 34.6 | 23.77 | - |
| YUV | 156.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 123 | 0 | 0.01 | 0.24 | 0.36 | 58.46 | 0.17 | 0.56 |
| Hex | A2 | A1 | 7B | 0 | 1 | 18 | 24 | 3A | 11 | 38 |
| Octal | 242 | 241 | 173 | 0 | 1 | 30 | 44 | 72 | 21 | 70 |
| Binary | 10100010 | 10100001 | 1111011 | 0 | 1 | 11000 | 100100 | 111010 | 10001 | 111000 |
Color Harmonies of #A2A17B
Complementary color
Monochromatic Colors of #A2A17B
Black with #A2A17B
Text Example
Text Example
White with #A2A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A17B; }
p { color: rgb(162,161,123); }
H1.HeaderClassName
{
color: #A2A17B;
}
.AnyTagClassName
{
color: #A2A17B;
}
</style>
background-color css
<style>
a { background-color: #A2A17B; }
a { background-color: rgb(162,161,123); }
div.DivClassName
{
background-color: #A2A17B;
}
.BgClassName
{
background-color: #A2A17B;
}
</style>
border-color css
<style>
span { border-color: #A2A17B; }
span { border-color: rgb(162,161,123); }
td.TdClassName
{
border-color: #A2A17B;
}
.TagClassName
{
border-color: #A2A17B;
}
</style>