Shades of Locust #A6AB80
Tints of Locust #A6AB80
RGB
CMYK
RGB Variations
Color information
#A6AB80 (or 0xA6AB80) is known color: Locust. HEX triplet: A6, AB and 80. RGB value is (166,171,128). Sum of RGB (Red+Green+Blue) = 166+171+128=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB80 is #59547F. Grayscale: #A4A4A4. Windows color (decimal): -5854336 or 8432550. OLE color: 8432550.
HSL color Cylindrical-coordinate representation of color #A6AB80: hue angle of 66.98º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AB80 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 128 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.33 |
| HSL | 66.98º | 0.2% | 0.59% | - |
| HSV(B) | 66.98º | 0.25% | 0.67% | - |
| XYZ | 34.19 | 38.79 | 26.11 | - |
| YUV | 164.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 128 | 0.03 | 0 | 0.25 | 0.33 | 66.98 | 0.2 | 0.59 |
| Hex | A6 | AB | 80 | 3 | 0 | 19 | 21 | 43 | 14 | 3B |
| Octal | 246 | 253 | 200 | 3 | 0 | 31 | 41 | 103 | 24 | 73 |
| Binary | 10100110 | 10101011 | 10000000 | 11 | 0 | 11001 | 100001 | 1000011 | 10100 | 111011 |
Color Harmonies of #A6AB80
Complementary color
Monochromatic Colors of #A6AB80
Black with #A6AB80
Text Example
Text Example
White with #A6AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB80; }
p { color: rgb(166,171,128); }
H1.HeaderClassName
{
color: #A6AB80;
}
.AnyTagClassName
{
color: #A6AB80;
}
</style>
background-color css
<style>
a { background-color: #A6AB80; }
a { background-color: rgb(166,171,128); }
div.DivClassName
{
background-color: #A6AB80;
}
.BgClassName
{
background-color: #A6AB80;
}
</style>
border-color css
<style>
span { border-color: #A6AB80; }
span { border-color: rgb(166,171,128); }
td.TdClassName
{
border-color: #A6AB80;
}
.TagClassName
{
border-color: #A6AB80;
}
</style>