Shades of Locust #A2AB7A
Tints of Locust #A2AB7A
RGB
CMYK
RGB Variations
Color information
#A2AB7A (or 0xA2AB7A) is known color: Locust. HEX triplet: A2, AB and 7A. RGB value is (162,171,122). Sum of RGB (Red+Green+Blue) = 162+171+122=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB7A is #5D5485. Grayscale: #A2A2A2. Windows color (decimal): -6116486 or 8039330. OLE color: 8039330.
HSL color Cylindrical-coordinate representation of color #A2AB7A: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2AB7A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 171 | 122 | - |
CMYK | 0.05 | 0 | 0.29 | 0.33 |
HSL | 71.02º | 0.23% | 0.57% | - |
HSV(B) | 71.02º | 0.29% | 0.67% | - |
XYZ | 32.98 | 38.21 | 24.05 | - |
YUV | 162.72 | 105.02 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 122 | 0.05 | 0 | 0.29 | 0.33 | 71.02 | 0.23 | 0.57 |
Hex | A2 | AB | 7A | 5 | 0 | 1D | 21 | 47 | 17 | 39 |
Octal | 242 | 253 | 172 | 5 | 0 | 35 | 41 | 107 | 27 | 71 |
Binary | 10100010 | 10101011 | 1111010 | 101 | 0 | 11101 | 100001 | 1000111 | 10111 | 111001 |
Color Harmonies of #A2AB7A
Complementary color
Monochromatic Colors of #A2AB7A
Black with #A2AB7A
Text Example
Text Example
White with #A2AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB7A; }
p { color: rgb(162,171,122); }
H1.HeaderClassName
{
color: #A2AB7A;
}
.AnyTagClassName
{
color: #A2AB7A;
}
</style>
background-color css
<style>
a { background-color: #A2AB7A; }
a { background-color: rgb(162,171,122); }
div.DivClassName
{
background-color: #A2AB7A;
}
.BgClassName
{
background-color: #A2AB7A;
}
</style>
border-color css
<style>
span { border-color: #A2AB7A; }
span { border-color: rgb(162,171,122); }
td.TdClassName
{
border-color: #A2AB7A;
}
.TagClassName
{
border-color: #A2AB7A;
}
</style>