Shades of Locust #A0AA7B
Tints of Locust #A0AA7B
RGB
CMYK
RGB Variations
Color information
#A0AA7B (or 0xA0AA7B) is known color: Locust. HEX triplet: A0, AA and 7B. RGB value is (160,170,123). Sum of RGB (Red+Green+Blue) = 160+170+123=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA7B is #5F5584. Grayscale: #A1A1A1. Windows color (decimal): -6247813 or 8104608. OLE color: 8104608.
HSL color Cylindrical-coordinate representation of color #A0AA7B: hue angle of 72.77º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0AA7B is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
RGB | 160 | 170 | 123 | - |
CMYK | 0.06 | 0 | 0.28 | 0.33 |
HSL | 72.77º | 0.22% | 0.57% | - |
HSV(B) | 72.77º | 0.28% | 0.67% | - |
XYZ | 32.45 | 37.65 | 24.3 | - |
YUV | 161.65 | 106.19 | 126.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 170 | 123 | 0.06 | 0 | 0.28 | 0.33 | 72.77 | 0.22 | 0.57 |
Hex | A0 | AA | 7B | 6 | 0 | 1C | 21 | 49 | 16 | 39 |
Octal | 240 | 252 | 173 | 6 | 0 | 34 | 41 | 111 | 26 | 71 |
Binary | 10100000 | 10101010 | 1111011 | 110 | 0 | 11100 | 100001 | 1001001 | 10110 | 111001 |
Color Harmonies of #A0AA7B
Complementary color
Monochromatic Colors of #A0AA7B
Black with #A0AA7B
Text Example
Text Example
White with #A0AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA7B; }
p { color: rgb(160,170,123); }
H1.HeaderClassName
{
color: #A0AA7B;
}
.AnyTagClassName
{
color: #A0AA7B;
}
</style>
background-color css
<style>
a { background-color: #A0AA7B; }
a { background-color: rgb(160,170,123); }
div.DivClassName
{
background-color: #A0AA7B;
}
.BgClassName
{
background-color: #A0AA7B;
}
</style>
border-color css
<style>
span { border-color: #A0AA7B; }
span { border-color: rgb(160,170,123); }
td.TdClassName
{
border-color: #A0AA7B;
}
.TagClassName
{
border-color: #A0AA7B;
}
</style>