Shades of Locust #A6A77F
Tints of Locust #A6A77F
RGB
CMYK
RGB Variations
Color information
#A6A77F (or 0xA6A77F) is known color: Locust. HEX triplet: A6, A7 and 7F. RGB value is (166,167,127). Sum of RGB (Red+Green+Blue) = 166+167+127=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A77F is #595880. Grayscale: #A2A2A2. Windows color (decimal): -5855361 or 8365990. OLE color: 8365990.
HSL color Cylindrical-coordinate representation of color #A6A77F: hue angle of 61.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6A77F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 127 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.35 |
| HSL | 61.5º | 0.19% | 0.58% | - |
| HSV(B) | 61.5º | 0.24% | 0.65% | - |
| XYZ | 33.38 | 37.28 | 25.51 | - |
| YUV | 162.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 127 | 0.01 | 0 | 0.24 | 0.35 | 61.5 | 0.19 | 0.58 |
| Hex | A6 | A7 | 7F | 1 | 0 | 18 | 23 | 3E | 13 | 3A |
| Octal | 246 | 247 | 177 | 1 | 0 | 30 | 43 | 76 | 23 | 72 |
| Binary | 10100110 | 10100111 | 1111111 | 1 | 0 | 11000 | 100011 | 111110 | 10011 | 111010 |
Color Harmonies of #A6A77F
Complementary color
Monochromatic Colors of #A6A77F
Black with #A6A77F
Text Example
Text Example
White with #A6A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A77F; }
p { color: rgb(166,167,127); }
H1.HeaderClassName
{
color: #A6A77F;
}
.AnyTagClassName
{
color: #A6A77F;
}
</style>
background-color css
<style>
a { background-color: #A6A77F; }
a { background-color: rgb(166,167,127); }
div.DivClassName
{
background-color: #A6A77F;
}
.BgClassName
{
background-color: #A6A77F;
}
</style>
border-color css
<style>
span { border-color: #A6A77F; }
span { border-color: rgb(166,167,127); }
td.TdClassName
{
border-color: #A6A77F;
}
.TagClassName
{
border-color: #A6A77F;
}
</style>