Shades of Locust #A1AA74
Tints of Locust #A1AA74
RGB
CMYK
RGB Variations
Color information
#A1AA74 (or 0xA1AA74) is known color: Locust. HEX triplet: A1, AA and 74. RGB value is (161,170,116). Sum of RGB (Red+Green+Blue) = 161+170+116=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA74 is #5E558B. Grayscale: #A1A1A1. Windows color (decimal): -6182284 or 7645857. OLE color: 7645857.
HSL color Cylindrical-coordinate representation of color #A1AA74: hue angle of 70º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AA74 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 116 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.33 |
| HSL | 70º | 0.24% | 0.56% | - |
| HSV(B) | 70º | 0.32% | 0.67% | - |
| XYZ | 32.23 | 37.59 | 22.08 | - |
| YUV | 161.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 116 | 0.05 | 0 | 0.32 | 0.33 | 70 | 0.24 | 0.56 |
| Hex | A1 | AA | 74 | 5 | 0 | 20 | 21 | 46 | 18 | 38 |
| Octal | 241 | 252 | 164 | 5 | 0 | 40 | 41 | 106 | 30 | 70 |
| Binary | 10100001 | 10101010 | 1110100 | 101 | 0 | 100000 | 100001 | 1000110 | 11000 | 111000 |
Color Harmonies of #A1AA74
Complementary color
Monochromatic Colors of #A1AA74
Black with #A1AA74
Text Example
Text Example
White with #A1AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA74; }
p { color: rgb(161,170,116); }
H1.HeaderClassName
{
color: #A1AA74;
}
.AnyTagClassName
{
color: #A1AA74;
}
</style>
background-color css
<style>
a { background-color: #A1AA74; }
a { background-color: rgb(161,170,116); }
div.DivClassName
{
background-color: #A1AA74;
}
.BgClassName
{
background-color: #A1AA74;
}
</style>
border-color css
<style>
span { border-color: #A1AA74; }
span { border-color: rgb(161,170,116); }
td.TdClassName
{
border-color: #A1AA74;
}
.TagClassName
{
border-color: #A1AA74;
}
</style>