Shades of Locust #A2A286
Tints of Locust #A2A286
RGB
CMYK
RGB Variations
Color information
#A2A286 (or 0xA2A286) is known color: Locust. HEX triplet: A2, A2 and 86. RGB value is (162,162,134). Sum of RGB (Red+Green+Blue) = 162+162+134=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A286 is #5D5D79. Grayscale: #9E9E9E. Windows color (decimal): -6118778 or 8823458. OLE color: 8823458.
HSL color Cylindrical-coordinate representation of color #A2A286: hue angle of 60º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2A286 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 162 | 134 | - |
CMYK | 0 | 0 | 0.17 | 0.36 |
HSL | 60º | 0.13% | 0.58% | - |
HSV(B) | 60º | 0.17% | 0.64% | - |
XYZ | 32.12 | 35.24 | 27.66 | - |
YUV | 158.81 | 114 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 162 | 134 | 0 | 0 | 0.17 | 0.36 | 60 | 0.13 | 0.58 |
Hex | A2 | A2 | 86 | 0 | 0 | 11 | 24 | 3C | D | 3A |
Octal | 242 | 242 | 206 | 0 | 0 | 21 | 44 | 74 | 15 | 72 |
Binary | 10100010 | 10100010 | 10000110 | 0 | 0 | 10001 | 100100 | 111100 | 1101 | 111010 |
Color Harmonies of #A2A286
Complementary color
Monochromatic Colors of #A2A286
Black with #A2A286
Text Example
Text Example
White with #A2A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A286; }
p { color: rgb(162,162,134); }
H1.HeaderClassName
{
color: #A2A286;
}
.AnyTagClassName
{
color: #A2A286;
}
</style>
background-color css
<style>
a { background-color: #A2A286; }
a { background-color: rgb(162,162,134); }
div.DivClassName
{
background-color: #A2A286;
}
.BgClassName
{
background-color: #A2A286;
}
</style>
border-color css
<style>
span { border-color: #A2A286; }
span { border-color: rgb(162,162,134); }
td.TdClassName
{
border-color: #A2A286;
}
.TagClassName
{
border-color: #A2A286;
}
</style>