Shades of Locust #A6AB7A
Tints of Locust #A6AB7A
RGB
CMYK
RGB Variations
Color information
#A6AB7A (or 0xA6AB7A) is known color: Locust. HEX triplet: A6, AB and 7A. RGB value is (166,171,122). Sum of RGB (Red+Green+Blue) = 166+171+122=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB7A is #595485. Grayscale: #A4A4A4. Windows color (decimal): -5854342 or 8039334. OLE color: 8039334.
HSL color Cylindrical-coordinate representation of color #A6AB7A: hue angle of 66.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6AB7A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 122 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.33 |
| HSL | 66.12º | 0.23% | 0.57% | - |
| HSV(B) | 66.12º | 0.29% | 0.67% | - |
| XYZ | 33.8 | 38.64 | 24.09 | - |
| YUV | 163.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 122 | 0.03 | 0 | 0.29 | 0.33 | 66.12 | 0.23 | 0.57 |
| Hex | A6 | AB | 7A | 3 | 0 | 1D | 21 | 42 | 17 | 39 |
| Octal | 246 | 253 | 172 | 3 | 0 | 35 | 41 | 102 | 27 | 71 |
| Binary | 10100110 | 10101011 | 1111010 | 11 | 0 | 11101 | 100001 | 1000010 | 10111 | 111001 |
Color Harmonies of #A6AB7A
Complementary color
Monochromatic Colors of #A6AB7A
Black with #A6AB7A
Text Example
Text Example
White with #A6AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB7A; }
p { color: rgb(166,171,122); }
H1.HeaderClassName
{
color: #A6AB7A;
}
.AnyTagClassName
{
color: #A6AB7A;
}
</style>
background-color css
<style>
a { background-color: #A6AB7A; }
a { background-color: rgb(166,171,122); }
div.DivClassName
{
background-color: #A6AB7A;
}
.BgClassName
{
background-color: #A6AB7A;
}
</style>
border-color css
<style>
span { border-color: #A6AB7A; }
span { border-color: rgb(166,171,122); }
td.TdClassName
{
border-color: #A6AB7A;
}
.TagClassName
{
border-color: #A6AB7A;
}
</style>