Shades of Locust #A6AA86
Tints of Locust #A6AA86
RGB
CMYK
RGB Variations
Color information
#A6AA86 (or 0xA6AA86) is known color: Locust. HEX triplet: A6, AA and 86. RGB value is (166,170,134). Sum of RGB (Red+Green+Blue) = 166+170+134=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA86 is #595579. Grayscale: #A4A4A4. Windows color (decimal): -5854586 or 8825510. OLE color: 8825510.
HSL color Cylindrical-coordinate representation of color #A6AA86: hue angle of 66.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6AA86 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 134 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.33 |
| HSL | 66.67º | 0.17% | 0.6% | - |
| HSV(B) | 66.67º | 0.21% | 0.67% | - |
| XYZ | 34.4 | 38.58 | 28.19 | - |
| YUV | 164.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 134 | 0.02 | 0 | 0.21 | 0.33 | 66.67 | 0.17 | 0.6 |
| Hex | A6 | AA | 86 | 2 | 0 | 15 | 21 | 43 | 11 | 3C |
| Octal | 246 | 252 | 206 | 2 | 0 | 25 | 41 | 103 | 21 | 74 |
| Binary | 10100110 | 10101010 | 10000110 | 10 | 0 | 10101 | 100001 | 1000011 | 10001 | 111100 |
Color Harmonies of #A6AA86
Complementary color
Monochromatic Colors of #A6AA86
Black with #A6AA86
Text Example
Text Example
White with #A6AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA86; }
p { color: rgb(166,170,134); }
H1.HeaderClassName
{
color: #A6AA86;
}
.AnyTagClassName
{
color: #A6AA86;
}
</style>
background-color css
<style>
a { background-color: #A6AA86; }
a { background-color: rgb(166,170,134); }
div.DivClassName
{
background-color: #A6AA86;
}
.BgClassName
{
background-color: #A6AA86;
}
</style>
border-color css
<style>
span { border-color: #A6AA86; }
span { border-color: rgb(166,170,134); }
td.TdClassName
{
border-color: #A6AA86;
}
.TagClassName
{
border-color: #A6AA86;
}
</style>