Shades of Locust #A6AB82
Tints of Locust #A6AB82
RGB
CMYK
RGB Variations
Color information
#A6AB82 (or 0xA6AB82) is known color: Locust. HEX triplet: A6, AB and 82. RGB value is (166,171,130). Sum of RGB (Red+Green+Blue) = 166+171+130=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB82 is #59547D. Grayscale: #A4A4A4. Windows color (decimal): -5854334 or 8563622. OLE color: 8563622.
HSL color Cylindrical-coordinate representation of color #A6AB82: hue angle of 67.32º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6AB82 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 130 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.33 |
| HSL | 67.32º | 0.2% | 0.59% | - |
| HSV(B) | 67.32º | 0.24% | 0.67% | - |
| XYZ | 34.32 | 38.84 | 26.81 | - |
| YUV | 164.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 130 | 0.03 | 0 | 0.24 | 0.33 | 67.32 | 0.2 | 0.59 |
| Hex | A6 | AB | 82 | 3 | 0 | 18 | 21 | 43 | 14 | 3B |
| Octal | 246 | 253 | 202 | 3 | 0 | 30 | 41 | 103 | 24 | 73 |
| Binary | 10100110 | 10101011 | 10000010 | 11 | 0 | 11000 | 100001 | 1000011 | 10100 | 111011 |
Color Harmonies of #A6AB82
Complementary color
Monochromatic Colors of #A6AB82
Black with #A6AB82
Text Example
Text Example
White with #A6AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB82; }
p { color: rgb(166,171,130); }
H1.HeaderClassName
{
color: #A6AB82;
}
.AnyTagClassName
{
color: #A6AB82;
}
</style>
background-color css
<style>
a { background-color: #A6AB82; }
a { background-color: rgb(166,171,130); }
div.DivClassName
{
background-color: #A6AB82;
}
.BgClassName
{
background-color: #A6AB82;
}
</style>
border-color css
<style>
span { border-color: #A6AB82; }
span { border-color: rgb(166,171,130); }
td.TdClassName
{
border-color: #A6AB82;
}
.TagClassName
{
border-color: #A6AB82;
}
</style>