Shades of Locust #A6AD7A
Tints of Locust #A6AD7A
RGB
CMYK
RGB Variations
Color information
#A6AD7A (or 0xA6AD7A) is known color: Locust. HEX triplet: A6, AD and 7A. RGB value is (166,173,122). Sum of RGB (Red+Green+Blue) = 166+173+122=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD7A is #595285. Grayscale: #A5A5A5. Windows color (decimal): -5853830 or 8039846. OLE color: 8039846.
HSL color Cylindrical-coordinate representation of color #A6AD7A: hue angle of 68.24º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6AD7A is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 122 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.32 |
| HSL | 68.24º | 0.24% | 0.58% | - |
| HSV(B) | 68.24º | 0.29% | 0.68% | - |
| XYZ | 34.18 | 39.4 | 24.22 | - |
| YUV | 165.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 122 | 0.04 | 0 | 0.29 | 0.32 | 68.24 | 0.24 | 0.58 |
| Hex | A6 | AD | 7A | 4 | 0 | 1D | 20 | 44 | 18 | 3A |
| Octal | 246 | 255 | 172 | 4 | 0 | 35 | 40 | 104 | 30 | 72 |
| Binary | 10100110 | 10101101 | 1111010 | 100 | 0 | 11101 | 100000 | 1000100 | 11000 | 111010 |
Color Harmonies of #A6AD7A
Complementary color
Monochromatic Colors of #A6AD7A
Black with #A6AD7A
Text Example
Text Example
White with #A6AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD7A; }
p { color: rgb(166,173,122); }
H1.HeaderClassName
{
color: #A6AD7A;
}
.AnyTagClassName
{
color: #A6AD7A;
}
</style>
background-color css
<style>
a { background-color: #A6AD7A; }
a { background-color: rgb(166,173,122); }
div.DivClassName
{
background-color: #A6AD7A;
}
.BgClassName
{
background-color: #A6AD7A;
}
</style>
border-color css
<style>
span { border-color: #A6AD7A; }
span { border-color: rgb(166,173,122); }
td.TdClassName
{
border-color: #A6AD7A;
}
.TagClassName
{
border-color: #A6AD7A;
}
</style>