Shades of Locust #A6A875
Tints of Locust #A6A875
RGB
CMYK
RGB Variations
Color information
#A6A875 (or 0xA6A875) is known color: Locust. HEX triplet: A6, A8 and 75. RGB value is (166,168,117). Sum of RGB (Red+Green+Blue) = 166+168+117=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A875 is #59578A. Grayscale: #A1A1A1. Windows color (decimal): -5855115 or 7710886. OLE color: 7710886.
HSL color Cylindrical-coordinate representation of color #A6A875: hue angle of 62.35º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A875 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 117 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.34 |
| HSL | 62.35º | 0.23% | 0.56% | - |
| HSV(B) | 62.35º | 0.3% | 0.66% | - |
| XYZ | 32.94 | 37.4 | 22.31 | - |
| YUV | 161.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 117 | 0.01 | 0 | 0.30 | 0.34 | 62.35 | 0.23 | 0.56 |
| Hex | A6 | A8 | 75 | 1 | 0 | 1E | 22 | 3E | 17 | 38 |
| Octal | 246 | 250 | 165 | 1 | 0 | 36 | 42 | 76 | 27 | 70 |
| Binary | 10100110 | 10101000 | 1110101 | 1 | 0 | 11110 | 100010 | 111110 | 10111 | 111000 |
Color Harmonies of #A6A875
Complementary color
Monochromatic Colors of #A6A875
Black with #A6A875
Text Example
Text Example
White with #A6A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A875; }
p { color: rgb(166,168,117); }
H1.HeaderClassName
{
color: #A6A875;
}
.AnyTagClassName
{
color: #A6A875;
}
</style>
background-color css
<style>
a { background-color: #A6A875; }
a { background-color: rgb(166,168,117); }
div.DivClassName
{
background-color: #A6A875;
}
.BgClassName
{
background-color: #A6A875;
}
</style>
border-color css
<style>
span { border-color: #A6A875; }
span { border-color: rgb(166,168,117); }
td.TdClassName
{
border-color: #A6A875;
}
.TagClassName
{
border-color: #A6A875;
}
</style>