Shades of Locust #A6A779
Tints of Locust #A6A779
RGB
CMYK
RGB Variations
Color information
#A6A779 (or 0xA6A779) is known color: Locust. HEX triplet: A6, A7 and 79. RGB value is (166,167,121). Sum of RGB (Red+Green+Blue) = 166+167+121=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A779 is #595886. Grayscale: #A1A1A1. Windows color (decimal): -5855367 or 7972774. OLE color: 7972774.
HSL color Cylindrical-coordinate representation of color #A6A779: hue angle of 61.3º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6A779 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 121 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.35 |
| HSL | 61.3º | 0.21% | 0.56% | - |
| HSV(B) | 61.3º | 0.28% | 0.65% | - |
| XYZ | 33 | 37.12 | 23.52 | - |
| YUV | 161.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 121 | 0.01 | 0 | 0.28 | 0.35 | 61.3 | 0.21 | 0.56 |
| Hex | A6 | A7 | 79 | 1 | 0 | 1C | 23 | 3D | 15 | 38 |
| Octal | 246 | 247 | 171 | 1 | 0 | 34 | 43 | 75 | 25 | 70 |
| Binary | 10100110 | 10100111 | 1111001 | 1 | 0 | 11100 | 100011 | 111101 | 10101 | 111000 |
Color Harmonies of #A6A779
Complementary color
Monochromatic Colors of #A6A779
Black with #A6A779
Text Example
Text Example
White with #A6A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A779; }
p { color: rgb(166,167,121); }
H1.HeaderClassName
{
color: #A6A779;
}
.AnyTagClassName
{
color: #A6A779;
}
</style>
background-color css
<style>
a { background-color: #A6A779; }
a { background-color: rgb(166,167,121); }
div.DivClassName
{
background-color: #A6A779;
}
.BgClassName
{
background-color: #A6A779;
}
</style>
border-color css
<style>
span { border-color: #A6A779; }
span { border-color: rgb(166,167,121); }
td.TdClassName
{
border-color: #A6A779;
}
.TagClassName
{
border-color: #A6A779;
}
</style>