Shades of Locust #A0A572
Tints of Locust #A0A572
RGB
CMYK
RGB Variations
Color information
#A0A572 (or 0xA0A572) is known color: Locust. HEX triplet: A0, A5 and 72. RGB value is (160,165,114). Sum of RGB (Red+Green+Blue) = 160+165+114=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A572 is #5F5A8D. Grayscale: #9D9D9D. Windows color (decimal): -6249102 or 7513504. OLE color: 7513504.
HSL color Cylindrical-coordinate representation of color #A0A572: hue angle of 65.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0A572 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 114 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.35 |
| HSL | 65.88º | 0.22% | 0.55% | - |
| HSV(B) | 65.88º | 0.31% | 0.65% | - |
| XYZ | 30.99 | 35.6 | 21.16 | - |
| YUV | 157.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 114 | 0.03 | 0 | 0.31 | 0.35 | 65.88 | 0.22 | 0.55 |
| Hex | A0 | A5 | 72 | 3 | 0 | 1F | 23 | 42 | 16 | 37 |
| Octal | 240 | 245 | 162 | 3 | 0 | 37 | 43 | 102 | 26 | 67 |
| Binary | 10100000 | 10100101 | 1110010 | 11 | 0 | 11111 | 100011 | 1000010 | 10110 | 110111 |
Color Harmonies of #A0A572
Complementary color
Monochromatic Colors of #A0A572
Black with #A0A572
Text Example
Text Example
White with #A0A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A572; }
p { color: rgb(160,165,114); }
H1.HeaderClassName
{
color: #A0A572;
}
.AnyTagClassName
{
color: #A0A572;
}
</style>
background-color css
<style>
a { background-color: #A0A572; }
a { background-color: rgb(160,165,114); }
div.DivClassName
{
background-color: #A0A572;
}
.BgClassName
{
background-color: #A0A572;
}
</style>
border-color css
<style>
span { border-color: #A0A572; }
span { border-color: rgb(160,165,114); }
td.TdClassName
{
border-color: #A0A572;
}
.TagClassName
{
border-color: #A0A572;
}
</style>