Shades of Locust #A6A56F
Tints of Locust #A6A56F
RGB
CMYK
RGB Variations
Color information
#A6A56F (or 0xA6A56F) is known color: Locust. HEX triplet: A6, A5 and 6F. RGB value is (166,165,111). Sum of RGB (Red+Green+Blue) = 166+165+111=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A56F is #595A90. Grayscale: #9F9F9F. Windows color (decimal): -5855889 or 7316902. OLE color: 7316902.
HSL color Cylindrical-coordinate representation of color #A6A56F: hue angle of 58.91º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A56F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 111 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.35 |
| HSL | 58.91º | 0.24% | 0.54% | - |
| HSV(B) | 58.91º | 0.33% | 0.65% | - |
| XYZ | 32.05 | 36.16 | 20.33 | - |
| YUV | 159.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 111 | 0 | 0.01 | 0.33 | 0.35 | 58.91 | 0.24 | 0.54 |
| Hex | A6 | A5 | 6F | 0 | 1 | 21 | 23 | 3B | 18 | 36 |
| Octal | 246 | 245 | 157 | 0 | 1 | 41 | 43 | 73 | 30 | 66 |
| Binary | 10100110 | 10100101 | 1101111 | 0 | 1 | 100001 | 100011 | 111011 | 11000 | 110110 |
Color Harmonies of #A6A56F
Complementary color
Monochromatic Colors of #A6A56F
Black with #A6A56F
Text Example
Text Example
White with #A6A56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A56F; }
p { color: rgb(166,165,111); }
H1.HeaderClassName
{
color: #A6A56F;
}
.AnyTagClassName
{
color: #A6A56F;
}
</style>
background-color css
<style>
a { background-color: #A6A56F; }
a { background-color: rgb(166,165,111); }
div.DivClassName
{
background-color: #A6A56F;
}
.BgClassName
{
background-color: #A6A56F;
}
</style>
border-color css
<style>
span { border-color: #A6A56F; }
span { border-color: rgb(166,165,111); }
td.TdClassName
{
border-color: #A6A56F;
}
.TagClassName
{
border-color: #A6A56F;
}
</style>