Shades of Locust #A5AA72
Tints of Locust #A5AA72
RGB
CMYK
RGB Variations
Color information
#A5AA72 (or 0xA5AA72) is known color: Locust. HEX triplet: A5, AA and 72. RGB value is (165,170,114). Sum of RGB (Red+Green+Blue) = 165+170+114=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA72 is #5A558D. Grayscale: #A2A2A2. Windows color (decimal): -5920142 or 7514789. OLE color: 7514789.
HSL color Cylindrical-coordinate representation of color #A5AA72: hue angle of 65.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5AA72 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 114 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.33 |
| HSL | 65.36º | 0.25% | 0.56% | - |
| HSV(B) | 65.36º | 0.33% | 0.67% | - |
| XYZ | 32.93 | 37.96 | 21.51 | - |
| YUV | 162.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 114 | 0.03 | 0 | 0.33 | 0.33 | 65.36 | 0.25 | 0.56 |
| Hex | A5 | AA | 72 | 3 | 0 | 21 | 21 | 41 | 19 | 38 |
| Octal | 245 | 252 | 162 | 3 | 0 | 41 | 41 | 101 | 31 | 70 |
| Binary | 10100101 | 10101010 | 1110010 | 11 | 0 | 100001 | 100001 | 1000001 | 11001 | 111000 |
Color Harmonies of #A5AA72
Complementary color
Monochromatic Colors of #A5AA72
Black with #A5AA72
Text Example
Text Example
White with #A5AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA72; }
p { color: rgb(165,170,114); }
H1.HeaderClassName
{
color: #A5AA72;
}
.AnyTagClassName
{
color: #A5AA72;
}
</style>
background-color css
<style>
a { background-color: #A5AA72; }
a { background-color: rgb(165,170,114); }
div.DivClassName
{
background-color: #A5AA72;
}
.BgClassName
{
background-color: #A5AA72;
}
</style>
border-color css
<style>
span { border-color: #A5AA72; }
span { border-color: rgb(165,170,114); }
td.TdClassName
{
border-color: #A5AA72;
}
.TagClassName
{
border-color: #A5AA72;
}
</style>