Shades of Locust #A6AB74
Tints of Locust #A6AB74
RGB
CMYK
RGB Variations
Color information
#A6AB74 (or 0xA6AB74) is known color: Locust. HEX triplet: A6, AB and 74. RGB value is (166,171,116). Sum of RGB (Red+Green+Blue) = 166+171+116=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB74 is #59548B. Grayscale: #A3A3A3. Windows color (decimal): -5854348 or 7646118. OLE color: 7646118.
HSL color Cylindrical-coordinate representation of color #A6AB74: hue angle of 65.45º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6AB74 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 116 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.33 |
| HSL | 65.45º | 0.25% | 0.56% | - |
| HSV(B) | 65.45º | 0.32% | 0.67% | - |
| XYZ | 33.44 | 38.49 | 22.19 | - |
| YUV | 163.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 116 | 0.03 | 0 | 0.32 | 0.33 | 65.45 | 0.25 | 0.56 |
| Hex | A6 | AB | 74 | 3 | 0 | 20 | 21 | 41 | 19 | 38 |
| Octal | 246 | 253 | 164 | 3 | 0 | 40 | 41 | 101 | 31 | 70 |
| Binary | 10100110 | 10101011 | 1110100 | 11 | 0 | 100000 | 100001 | 1000001 | 11001 | 111000 |
Color Harmonies of #A6AB74
Complementary color
Monochromatic Colors of #A6AB74
Black with #A6AB74
Text Example
Text Example
White with #A6AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB74; }
p { color: rgb(166,171,116); }
H1.HeaderClassName
{
color: #A6AB74;
}
.AnyTagClassName
{
color: #A6AB74;
}
</style>
background-color css
<style>
a { background-color: #A6AB74; }
a { background-color: rgb(166,171,116); }
div.DivClassName
{
background-color: #A6AB74;
}
.BgClassName
{
background-color: #A6AB74;
}
</style>
border-color css
<style>
span { border-color: #A6AB74; }
span { border-color: rgb(166,171,116); }
td.TdClassName
{
border-color: #A6AB74;
}
.TagClassName
{
border-color: #A6AB74;
}
</style>