Shades of Locust #A6A97A
Tints of Locust #A6A97A
RGB
CMYK
RGB Variations
Color information
#A6A97A (or 0xA6A97A) is known color: Locust. HEX triplet: A6, A9 and 7A. RGB value is (166,169,122). Sum of RGB (Red+Green+Blue) = 166+169+122=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A97A is #595685. Grayscale: #A2A2A2. Windows color (decimal): -5854854 or 8038822. OLE color: 8038822.
HSL color Cylindrical-coordinate representation of color #A6A97A: hue angle of 63.83º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6A97A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 122 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.34 |
| HSL | 63.83º | 0.21% | 0.57% | - |
| HSV(B) | 63.83º | 0.28% | 0.66% | - |
| XYZ | 33.43 | 37.89 | 23.96 | - |
| YUV | 162.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 122 | 0.02 | 0 | 0.28 | 0.34 | 63.83 | 0.21 | 0.57 |
| Hex | A6 | A9 | 7A | 2 | 0 | 1C | 22 | 40 | 15 | 39 |
| Octal | 246 | 251 | 172 | 2 | 0 | 34 | 42 | 100 | 25 | 71 |
| Binary | 10100110 | 10101001 | 1111010 | 10 | 0 | 11100 | 100010 | 1000000 | 10101 | 111001 |
Color Harmonies of #A6A97A
Complementary color
Monochromatic Colors of #A6A97A
Black with #A6A97A
Text Example
Text Example
White with #A6A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A97A; }
p { color: rgb(166,169,122); }
H1.HeaderClassName
{
color: #A6A97A;
}
.AnyTagClassName
{
color: #A6A97A;
}
</style>
background-color css
<style>
a { background-color: #A6A97A; }
a { background-color: rgb(166,169,122); }
div.DivClassName
{
background-color: #A6A97A;
}
.BgClassName
{
background-color: #A6A97A;
}
</style>
border-color css
<style>
span { border-color: #A6A97A; }
span { border-color: rgb(166,169,122); }
td.TdClassName
{
border-color: #A6A97A;
}
.TagClassName
{
border-color: #A6A97A;
}
</style>