Shades of Locust #A6A570
Tints of Locust #A6A570
RGB
CMYK
RGB Variations
Color information
#A6A570 (or 0xA6A570) is known color: Locust. HEX triplet: A6, A5 and 70. RGB value is (166,165,112). Sum of RGB (Red+Green+Blue) = 166+165+112=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A570 is #595A8F. Grayscale: #9F9F9F. Windows color (decimal): -5855888 or 7382438. OLE color: 7382438.
HSL color Cylindrical-coordinate representation of color #A6A570: hue angle of 58.89º degrees, saturation: 0.23, 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 #A6A570 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 112 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.35 |
| HSL | 58.89º | 0.23% | 0.55% | - |
| HSV(B) | 58.89º | 0.33% | 0.65% | - |
| XYZ | 32.11 | 36.19 | 20.62 | - |
| YUV | 159.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 112 | 0 | 0.01 | 0.33 | 0.35 | 58.89 | 0.23 | 0.55 |
| Hex | A6 | A5 | 70 | 0 | 1 | 21 | 23 | 3B | 17 | 37 |
| Octal | 246 | 245 | 160 | 0 | 1 | 41 | 43 | 73 | 27 | 67 |
| Binary | 10100110 | 10100101 | 1110000 | 0 | 1 | 100001 | 100011 | 111011 | 10111 | 110111 |
Color Harmonies of #A6A570
Complementary color
Monochromatic Colors of #A6A570
Black with #A6A570
Text Example
Text Example
White with #A6A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A570; }
p { color: rgb(166,165,112); }
H1.HeaderClassName
{
color: #A6A570;
}
.AnyTagClassName
{
color: #A6A570;
}
</style>
background-color css
<style>
a { background-color: #A6A570; }
a { background-color: rgb(166,165,112); }
div.DivClassName
{
background-color: #A6A570;
}
.BgClassName
{
background-color: #A6A570;
}
</style>
border-color css
<style>
span { border-color: #A6A570; }
span { border-color: rgb(166,165,112); }
td.TdClassName
{
border-color: #A6A570;
}
.TagClassName
{
border-color: #A6A570;
}
</style>