Shades of Locust #A2AE81
Tints of Locust #A2AE81
RGB
CMYK
RGB Variations
Color information
#A2AE81 (or 0xA2AE81) is known color: Locust. HEX triplet: A2, AE and 81. RGB value is (162,174,129). Sum of RGB (Red+Green+Blue) = 162+174+129=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE81 is #5D517E. Grayscale: #A5A5A5. Windows color (decimal): -6115711 or 8498850. OLE color: 8498850.
HSL color Cylindrical-coordinate representation of color #A2AE81: hue angle of 76º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AE81 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 174 | 129 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.32 |
| HSL | 76º | 0.22% | 0.59% | - |
| HSV(B) | 76º | 0.26% | 0.68% | - |
| XYZ | 34 | 39.54 | 26.61 | - |
| YUV | 165.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 129 | 0.07 | 0 | 0.26 | 0.32 | 76 | 0.22 | 0.59 |
| Hex | A2 | AE | 81 | 7 | 0 | 1A | 20 | 4C | 16 | 3B |
| Octal | 242 | 256 | 201 | 7 | 0 | 32 | 40 | 114 | 26 | 73 |
| Binary | 10100010 | 10101110 | 10000001 | 111 | 0 | 11010 | 100000 | 1001100 | 10110 | 111011 |
Color Harmonies of #A2AE81
Complementary color
Monochromatic Colors of #A2AE81
Black with #A2AE81
Text Example
Text Example
White with #A2AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AE81; }
p { color: rgb(162,174,129); }
H1.HeaderClassName
{
color: #A2AE81;
}
.AnyTagClassName
{
color: #A2AE81;
}
</style>
background-color css
<style>
a { background-color: #A2AE81; }
a { background-color: rgb(162,174,129); }
div.DivClassName
{
background-color: #A2AE81;
}
.BgClassName
{
background-color: #A2AE81;
}
</style>
border-color css
<style>
span { border-color: #A2AE81; }
span { border-color: rgb(162,174,129); }
td.TdClassName
{
border-color: #A2AE81;
}
.TagClassName
{
border-color: #A2AE81;
}
</style>