Shades of Locust #A6AB78
Tints of Locust #A6AB78
RGB
CMYK
RGB Variations
Color information
#A6AB78 (or 0xA6AB78) is known color: Locust. HEX triplet: A6, AB and 78. RGB value is (166,171,120). Sum of RGB (Red+Green+Blue) = 166+171+120=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB78 is #595487. Grayscale: #A3A3A3. Windows color (decimal): -5854344 or 7908262. OLE color: 7908262.
HSL color Cylindrical-coordinate representation of color #A6AB78: hue angle of 65.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6AB78 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
RGB | 166 | 171 | 120 | - |
CMYK | 0.03 | 0 | 0.30 | 0.33 |
HSL | 65.88º | 0.23% | 0.57% | - |
HSV(B) | 65.88º | 0.3% | 0.67% | - |
XYZ | 33.68 | 38.59 | 23.44 | - |
YUV | 163.69 | 103.34 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 171 | 120 | 0.03 | 0 | 0.30 | 0.33 | 65.88 | 0.23 | 0.57 |
Hex | A6 | AB | 78 | 3 | 0 | 1E | 21 | 42 | 17 | 39 |
Octal | 246 | 253 | 170 | 3 | 0 | 36 | 41 | 102 | 27 | 71 |
Binary | 10100110 | 10101011 | 1111000 | 11 | 0 | 11110 | 100001 | 1000010 | 10111 | 111001 |
Color Harmonies of #A6AB78
Complementary color
Monochromatic Colors of #A6AB78
Black with #A6AB78
Text Example
Text Example
White with #A6AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB78; }
p { color: rgb(166,171,120); }
H1.HeaderClassName
{
color: #A6AB78;
}
.AnyTagClassName
{
color: #A6AB78;
}
</style>
background-color css
<style>
a { background-color: #A6AB78; }
a { background-color: rgb(166,171,120); }
div.DivClassName
{
background-color: #A6AB78;
}
.BgClassName
{
background-color: #A6AB78;
}
</style>
border-color css
<style>
span { border-color: #A6AB78; }
span { border-color: rgb(166,171,120); }
td.TdClassName
{
border-color: #A6AB78;
}
.TagClassName
{
border-color: #A6AB78;
}
</style>