Shades of Locust #A6AB72
Tints of Locust #A6AB72
RGB
CMYK
RGB Variations
Color information
#A6AB72 (or 0xA6AB72) is known color: Locust. HEX triplet: A6, AB and 72. RGB value is (166,171,114). Sum of RGB (Red+Green+Blue) = 166+171+114=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB72 is #59548D. Grayscale: #A3A3A3. Windows color (decimal): -5854350 or 7515046. OLE color: 7515046.
HSL color Cylindrical-coordinate representation of color #A6AB72: hue angle of 65.26º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6AB72 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 114 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.33 |
| HSL | 65.26º | 0.25% | 0.56% | - |
| HSV(B) | 65.26º | 0.33% | 0.67% | - |
| XYZ | 33.33 | 38.45 | 21.58 | - |
| YUV | 163.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 114 | 0.03 | 0 | 0.33 | 0.33 | 65.26 | 0.25 | 0.56 |
| Hex | A6 | AB | 72 | 3 | 0 | 21 | 21 | 41 | 19 | 38 |
| Octal | 246 | 253 | 162 | 3 | 0 | 41 | 41 | 101 | 31 | 70 |
| Binary | 10100110 | 10101011 | 1110010 | 11 | 0 | 100001 | 100001 | 1000001 | 11001 | 111000 |
Color Harmonies of #A6AB72
Complementary color
Monochromatic Colors of #A6AB72
Black with #A6AB72
Text Example
Text Example
White with #A6AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB72; }
p { color: rgb(166,171,114); }
H1.HeaderClassName
{
color: #A6AB72;
}
.AnyTagClassName
{
color: #A6AB72;
}
</style>
background-color css
<style>
a { background-color: #A6AB72; }
a { background-color: rgb(166,171,114); }
div.DivClassName
{
background-color: #A6AB72;
}
.BgClassName
{
background-color: #A6AB72;
}
</style>
border-color css
<style>
span { border-color: #A6AB72; }
span { border-color: rgb(166,171,114); }
td.TdClassName
{
border-color: #A6AB72;
}
.TagClassName
{
border-color: #A6AB72;
}
</style>