Shades of Locust #A6A770
Tints of Locust #A6A770
RGB
CMYK
RGB Variations
Color information
#A6A770 (or 0xA6A770) is known color: Locust. HEX triplet: A6, A7 and 70. RGB value is (166,167,112). Sum of RGB (Red+Green+Blue) = 166+167+112=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A770 is #59588F. Grayscale: #A0A0A0. Windows color (decimal): -5855376 or 7382950. OLE color: 7382950.
HSL color Cylindrical-coordinate representation of color #A6A770: hue angle of 61.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A770 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 112 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.35 |
| HSL | 61.09º | 0.24% | 0.55% | - |
| HSV(B) | 61.09º | 0.33% | 0.65% | - |
| XYZ | 32.47 | 36.91 | 20.74 | - |
| YUV | 160.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 112 | 0.01 | 0 | 0.33 | 0.35 | 61.09 | 0.24 | 0.55 |
| Hex | A6 | A7 | 70 | 1 | 0 | 21 | 23 | 3D | 18 | 37 |
| Octal | 246 | 247 | 160 | 1 | 0 | 41 | 43 | 75 | 30 | 67 |
| Binary | 10100110 | 10100111 | 1110000 | 1 | 0 | 100001 | 100011 | 111101 | 11000 | 110111 |
Color Harmonies of #A6A770
Complementary color
Monochromatic Colors of #A6A770
Black with #A6A770
Text Example
Text Example
White with #A6A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A770; }
p { color: rgb(166,167,112); }
H1.HeaderClassName
{
color: #A6A770;
}
.AnyTagClassName
{
color: #A6A770;
}
</style>
background-color css
<style>
a { background-color: #A6A770; }
a { background-color: rgb(166,167,112); }
div.DivClassName
{
background-color: #A6A770;
}
.BgClassName
{
background-color: #A6A770;
}
</style>
border-color css
<style>
span { border-color: #A6A770; }
span { border-color: rgb(166,167,112); }
td.TdClassName
{
border-color: #A6A770;
}
.TagClassName
{
border-color: #A6A770;
}
</style>