Shades of Locust #A6A982
Tints of Locust #A6A982
RGB
CMYK
RGB Variations
Color information
#A6A982 (or 0xA6A982) is known color: Locust. HEX triplet: A6, A9 and 82. RGB value is (166,169,130). Sum of RGB (Red+Green+Blue) = 166+169+130=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A982 is #59567D. Grayscale: #A3A3A3. Windows color (decimal): -5854846 or 8563110. OLE color: 8563110.
HSL color Cylindrical-coordinate representation of color #A6A982: hue angle of 64.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6A982 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 130 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.34 |
| HSL | 64.62º | 0.18% | 0.59% | - |
| HSV(B) | 64.62º | 0.23% | 0.66% | - |
| XYZ | 33.94 | 38.09 | 26.68 | - |
| YUV | 163.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 130 | 0.02 | 0 | 0.23 | 0.34 | 64.62 | 0.18 | 0.59 |
| Hex | A6 | A9 | 82 | 2 | 0 | 17 | 22 | 41 | 12 | 3B |
| Octal | 246 | 251 | 202 | 2 | 0 | 27 | 42 | 101 | 22 | 73 |
| Binary | 10100110 | 10101001 | 10000010 | 10 | 0 | 10111 | 100010 | 1000001 | 10010 | 111011 |
Color Harmonies of #A6A982
Complementary color
Monochromatic Colors of #A6A982
Black with #A6A982
Text Example
Text Example
White with #A6A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A982; }
p { color: rgb(166,169,130); }
H1.HeaderClassName
{
color: #A6A982;
}
.AnyTagClassName
{
color: #A6A982;
}
</style>
background-color css
<style>
a { background-color: #A6A982; }
a { background-color: rgb(166,169,130); }
div.DivClassName
{
background-color: #A6A982;
}
.BgClassName
{
background-color: #A6A982;
}
</style>
border-color css
<style>
span { border-color: #A6A982; }
span { border-color: rgb(166,169,130); }
td.TdClassName
{
border-color: #A6A982;
}
.TagClassName
{
border-color: #A6A982;
}
</style>