Shades of Locust #A6AA7E
Tints of Locust #A6AA7E
RGB
CMYK
RGB Variations
Color information
#A6AA7E (or 0xA6AA7E) is known color: Locust. HEX triplet: A6, AA and 7E. RGB value is (166,170,126). Sum of RGB (Red+Green+Blue) = 166+170+126=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA7E is #595581. Grayscale: #A3A3A3. Windows color (decimal): -5854594 or 8301222. OLE color: 8301222.
HSL color Cylindrical-coordinate representation of color #A6AA7E: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6AA7E is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 126 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.33 |
| HSL | 65.45º | 0.21% | 0.58% | - |
| HSV(B) | 65.45º | 0.26% | 0.67% | - |
| XYZ | 33.87 | 38.36 | 25.36 | - |
| YUV | 163.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 126 | 0.02 | 0 | 0.26 | 0.33 | 65.45 | 0.21 | 0.58 |
| Hex | A6 | AA | 7E | 2 | 0 | 1A | 21 | 41 | 15 | 3A |
| Octal | 246 | 252 | 176 | 2 | 0 | 32 | 41 | 101 | 25 | 72 |
| Binary | 10100110 | 10101010 | 1111110 | 10 | 0 | 11010 | 100001 | 1000001 | 10101 | 111010 |
Color Harmonies of #A6AA7E
Complementary color
Monochromatic Colors of #A6AA7E
Black with #A6AA7E
Text Example
Text Example
White with #A6AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA7E; }
p { color: rgb(166,170,126); }
H1.HeaderClassName
{
color: #A6AA7E;
}
.AnyTagClassName
{
color: #A6AA7E;
}
</style>
background-color css
<style>
a { background-color: #A6AA7E; }
a { background-color: rgb(166,170,126); }
div.DivClassName
{
background-color: #A6AA7E;
}
.BgClassName
{
background-color: #A6AA7E;
}
</style>
border-color css
<style>
span { border-color: #A6AA7E; }
span { border-color: rgb(166,170,126); }
td.TdClassName
{
border-color: #A6AA7E;
}
.TagClassName
{
border-color: #A6AA7E;
}
</style>