Shades of Locust #A6AD80
Tints of Locust #A6AD80
RGB
CMYK
RGB Variations
Color information
#A6AD80 (or 0xA6AD80) is known color: Locust. HEX triplet: A6, AD and 80. RGB value is (166,173,128). Sum of RGB (Red+Green+Blue) = 166+173+128=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD80 is #59527F. Grayscale: #A5A5A5. Windows color (decimal): -5853824 or 8433062. OLE color: 8433062.
HSL color Cylindrical-coordinate representation of color #A6AD80: hue angle of 69.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6AD80 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 128 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.32 |
| HSL | 69.33º | 0.22% | 0.59% | - |
| HSV(B) | 69.33º | 0.26% | 0.68% | - |
| XYZ | 34.57 | 39.55 | 26.23 | - |
| YUV | 165.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 128 | 0.04 | 0 | 0.26 | 0.32 | 69.33 | 0.22 | 0.59 |
| Hex | A6 | AD | 80 | 4 | 0 | 1A | 20 | 45 | 16 | 3B |
| Octal | 246 | 255 | 200 | 4 | 0 | 32 | 40 | 105 | 26 | 73 |
| Binary | 10100110 | 10101101 | 10000000 | 100 | 0 | 11010 | 100000 | 1000101 | 10110 | 111011 |
Color Harmonies of #A6AD80
Complementary color
Monochromatic Colors of #A6AD80
Black with #A6AD80
Text Example
Text Example
White with #A6AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD80; }
p { color: rgb(166,173,128); }
H1.HeaderClassName
{
color: #A6AD80;
}
.AnyTagClassName
{
color: #A6AD80;
}
</style>
background-color css
<style>
a { background-color: #A6AD80; }
a { background-color: rgb(166,173,128); }
div.DivClassName
{
background-color: #A6AD80;
}
.BgClassName
{
background-color: #A6AD80;
}
</style>
border-color css
<style>
span { border-color: #A6AD80; }
span { border-color: rgb(166,173,128); }
td.TdClassName
{
border-color: #A6AD80;
}
.TagClassName
{
border-color: #A6AD80;
}
</style>