Shades of Locust #A6A57F
Tints of Locust #A6A57F
RGB
CMYK
RGB Variations
Color information
#A6A57F (or 0xA6A57F) is known color: Locust. HEX triplet: A6, A5 and 7F. RGB value is (166,165,127). Sum of RGB (Red+Green+Blue) = 166+165+127=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A57F is #595A80. Grayscale: #A1A1A1. Windows color (decimal): -5855873 or 8365478. OLE color: 8365478.
HSL color Cylindrical-coordinate representation of color #A6A57F: hue angle of 58.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6A57F is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 127 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.35 |
| HSL | 58.46º | 0.18% | 0.57% | - |
| HSV(B) | 58.46º | 0.23% | 0.65% | - |
| XYZ | 33.01 | 36.55 | 25.39 | - |
| YUV | 160.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 127 | 0 | 0.01 | 0.23 | 0.35 | 58.46 | 0.18 | 0.57 |
| Hex | A6 | A5 | 7F | 0 | 1 | 17 | 23 | 3A | 12 | 39 |
| Octal | 246 | 245 | 177 | 0 | 1 | 27 | 43 | 72 | 22 | 71 |
| Binary | 10100110 | 10100101 | 1111111 | 0 | 1 | 10111 | 100011 | 111010 | 10010 | 111001 |
Color Harmonies of #A6A57F
Complementary color
Monochromatic Colors of #A6A57F
Black with #A6A57F
Text Example
Text Example
White with #A6A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A57F; }
p { color: rgb(166,165,127); }
H1.HeaderClassName
{
color: #A6A57F;
}
.AnyTagClassName
{
color: #A6A57F;
}
</style>
background-color css
<style>
a { background-color: #A6A57F; }
a { background-color: rgb(166,165,127); }
div.DivClassName
{
background-color: #A6A57F;
}
.BgClassName
{
background-color: #A6A57F;
}
</style>
border-color css
<style>
span { border-color: #A6A57F; }
span { border-color: rgb(166,165,127); }
td.TdClassName
{
border-color: #A6A57F;
}
.TagClassName
{
border-color: #A6A57F;
}
</style>