Shades of Locust #A6A780
Tints of Locust #A6A780
RGB
CMYK
RGB Variations
Color information
#A6A780 (or 0xA6A780) is known color: Locust. HEX triplet: A6, A7 and 80. RGB value is (166,167,128). Sum of RGB (Red+Green+Blue) = 166+167+128=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A780 is #59587F. Grayscale: #A2A2A2. Windows color (decimal): -5855360 or 8431526. OLE color: 8431526.
HSL color Cylindrical-coordinate representation of color #A6A780: hue angle of 61.54º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6A780 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 128 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.35 |
| HSL | 61.54º | 0.18% | 0.58% | - |
| HSV(B) | 61.54º | 0.23% | 0.65% | - |
| XYZ | 33.44 | 37.3 | 25.86 | - |
| YUV | 162.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 128 | 0.01 | 0 | 0.23 | 0.35 | 61.54 | 0.18 | 0.58 |
| Hex | A6 | A7 | 80 | 1 | 0 | 17 | 23 | 3E | 12 | 3A |
| Octal | 246 | 247 | 200 | 1 | 0 | 27 | 43 | 76 | 22 | 72 |
| Binary | 10100110 | 10100111 | 10000000 | 1 | 0 | 10111 | 100011 | 111110 | 10010 | 111010 |
Color Harmonies of #A6A780
Complementary color
Monochromatic Colors of #A6A780
Black with #A6A780
Text Example
Text Example
White with #A6A780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A780; }
p { color: rgb(166,167,128); }
H1.HeaderClassName
{
color: #A6A780;
}
.AnyTagClassName
{
color: #A6A780;
}
</style>
background-color css
<style>
a { background-color: #A6A780; }
a { background-color: rgb(166,167,128); }
div.DivClassName
{
background-color: #A6A780;
}
.BgClassName
{
background-color: #A6A780;
}
</style>
border-color css
<style>
span { border-color: #A6A780; }
span { border-color: rgb(166,167,128); }
td.TdClassName
{
border-color: #A6A780;
}
.TagClassName
{
border-color: #A6A780;
}
</style>