Shades of Locust #A6AA81
Tints of Locust #A6AA81
RGB
CMYK
RGB Variations
Color information
#A6AA81 (or 0xA6AA81) is known color: Locust. HEX triplet: A6, AA and 81. RGB value is (166,170,129). Sum of RGB (Red+Green+Blue) = 166+170+129=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA81 is #59557E. Grayscale: #A4A4A4. Windows color (decimal): -5854591 or 8497830. OLE color: 8497830.
HSL color Cylindrical-coordinate representation of color #A6AA81: hue angle of 65.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6AA81 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 129 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.33 |
| HSL | 65.85º | 0.19% | 0.59% | - |
| HSV(B) | 65.85º | 0.24% | 0.67% | - |
| XYZ | 34.06 | 38.44 | 26.39 | - |
| YUV | 164.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 129 | 0.02 | 0 | 0.24 | 0.33 | 65.85 | 0.19 | 0.59 |
| Hex | A6 | AA | 81 | 2 | 0 | 18 | 21 | 42 | 13 | 3B |
| Octal | 246 | 252 | 201 | 2 | 0 | 30 | 41 | 102 | 23 | 73 |
| Binary | 10100110 | 10101010 | 10000001 | 10 | 0 | 11000 | 100001 | 1000010 | 10011 | 111011 |
Color Harmonies of #A6AA81
Complementary color
Monochromatic Colors of #A6AA81
Black with #A6AA81
Text Example
Text Example
White with #A6AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA81; }
p { color: rgb(166,170,129); }
H1.HeaderClassName
{
color: #A6AA81;
}
.AnyTagClassName
{
color: #A6AA81;
}
</style>
background-color css
<style>
a { background-color: #A6AA81; }
a { background-color: rgb(166,170,129); }
div.DivClassName
{
background-color: #A6AA81;
}
.BgClassName
{
background-color: #A6AA81;
}
</style>
border-color css
<style>
span { border-color: #A6AA81; }
span { border-color: rgb(166,170,129); }
td.TdClassName
{
border-color: #A6AA81;
}
.TagClassName
{
border-color: #A6AA81;
}
</style>