Shades of Locust #A1AA84
Tints of Locust #A1AA84
RGB
CMYK
RGB Variations
Color information
#A1AA84 (or 0xA1AA84) is known color: Locust. HEX triplet: A1, AA and 84. RGB value is (161,170,132). Sum of RGB (Red+Green+Blue) = 161+170+132=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA84 is #5E557B. Grayscale: #A3A3A3. Windows color (decimal): -6182268 or 8694433. OLE color: 8694433.
HSL color Cylindrical-coordinate representation of color #A1AA84: hue angle of 74.21º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AA84 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 132 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.33 |
| HSL | 74.21º | 0.18% | 0.59% | - |
| HSV(B) | 74.21º | 0.22% | 0.67% | - |
| XYZ | 33.24 | 37.99 | 27.41 | - |
| YUV | 162.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 132 | 0.05 | 0 | 0.22 | 0.33 | 74.21 | 0.18 | 0.59 |
| Hex | A1 | AA | 84 | 5 | 0 | 16 | 21 | 4A | 12 | 3B |
| Octal | 241 | 252 | 204 | 5 | 0 | 26 | 41 | 112 | 22 | 73 |
| Binary | 10100001 | 10101010 | 10000100 | 101 | 0 | 10110 | 100001 | 1001010 | 10010 | 111011 |
Color Harmonies of #A1AA84
Complementary color
Monochromatic Colors of #A1AA84
Black with #A1AA84
Text Example
Text Example
White with #A1AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA84; }
p { color: rgb(161,170,132); }
H1.HeaderClassName
{
color: #A1AA84;
}
.AnyTagClassName
{
color: #A1AA84;
}
</style>
background-color css
<style>
a { background-color: #A1AA84; }
a { background-color: rgb(161,170,132); }
div.DivClassName
{
background-color: #A1AA84;
}
.BgClassName
{
background-color: #A1AA84;
}
</style>
border-color css
<style>
span { border-color: #A1AA84; }
span { border-color: rgb(161,170,132); }
td.TdClassName
{
border-color: #A1AA84;
}
.TagClassName
{
border-color: #A1AA84;
}
</style>