Shades of Locust #A2A87D
Tints of Locust #A2A87D
RGB
CMYK
RGB Variations
Color information
#A2A87D (or 0xA2A87D) is known color: Locust. HEX triplet: A2, A8 and 7D. RGB value is (162,168,125). Sum of RGB (Red+Green+Blue) = 162+168+125=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A87D is #5D5782. Grayscale: #A1A1A1. Windows color (decimal): -6117251 or 8235170. OLE color: 8235170.
HSL color Cylindrical-coordinate representation of color #A2A87D: hue angle of 68.37º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2A87D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 125 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.34 |
| HSL | 68.37º | 0.2% | 0.57% | - |
| HSV(B) | 68.37º | 0.26% | 0.66% | - |
| XYZ | 32.6 | 37.17 | 24.86 | - |
| YUV | 161.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 125 | 0.04 | 0 | 0.26 | 0.34 | 68.37 | 0.2 | 0.57 |
| Hex | A2 | A8 | 7D | 4 | 0 | 1A | 22 | 44 | 14 | 39 |
| Octal | 242 | 250 | 175 | 4 | 0 | 32 | 42 | 104 | 24 | 71 |
| Binary | 10100010 | 10101000 | 1111101 | 100 | 0 | 11010 | 100010 | 1000100 | 10100 | 111001 |
Color Harmonies of #A2A87D
Complementary color
Monochromatic Colors of #A2A87D
Black with #A2A87D
Text Example
Text Example
White with #A2A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A87D; }
p { color: rgb(162,168,125); }
H1.HeaderClassName
{
color: #A2A87D;
}
.AnyTagClassName
{
color: #A2A87D;
}
</style>
background-color css
<style>
a { background-color: #A2A87D; }
a { background-color: rgb(162,168,125); }
div.DivClassName
{
background-color: #A2A87D;
}
.BgClassName
{
background-color: #A2A87D;
}
</style>
border-color css
<style>
span { border-color: #A2A87D; }
span { border-color: rgb(162,168,125); }
td.TdClassName
{
border-color: #A2A87D;
}
.TagClassName
{
border-color: #A2A87D;
}
</style>