Shades of Locust #A6A67B
Tints of Locust #A6A67B
RGB
CMYK
RGB Variations
Color information
#A6A67B (or 0xA6A67B) is known color: Locust. HEX triplet: A6, A6 and 7B. RGB value is (166,166,123). Sum of RGB (Red+Green+Blue) = 166+166+123=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A67B is #595984. Grayscale: #A1A1A1. Windows color (decimal): -5855621 or 8103590. OLE color: 8103590.
HSL color Cylindrical-coordinate representation of color #A6A67B: hue angle of 60º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A67B is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 123 | - |
| CMYK | 0 | 0 | 0.26 | 0.35 |
| HSL | 60º | 0.19% | 0.57% | - |
| HSV(B) | 60º | 0.26% | 0.65% | - |
| XYZ | 32.94 | 36.81 | 24.11 | - |
| YUV | 161.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 123 | 0 | 0 | 0.26 | 0.35 | 60 | 0.19 | 0.57 |
| Hex | A6 | A6 | 7B | 0 | 0 | 1A | 23 | 3C | 13 | 39 |
| Octal | 246 | 246 | 173 | 0 | 0 | 32 | 43 | 74 | 23 | 71 |
| Binary | 10100110 | 10100110 | 1111011 | 0 | 0 | 11010 | 100011 | 111100 | 10011 | 111001 |
Color Harmonies of #A6A67B
Complementary color
Monochromatic Colors of #A6A67B
Black with #A6A67B
Text Example
Text Example
White with #A6A67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A67B; }
p { color: rgb(166,166,123); }
H1.HeaderClassName
{
color: #A6A67B;
}
.AnyTagClassName
{
color: #A6A67B;
}
</style>
background-color css
<style>
a { background-color: #A6A67B; }
a { background-color: rgb(166,166,123); }
div.DivClassName
{
background-color: #A6A67B;
}
.BgClassName
{
background-color: #A6A67B;
}
</style>
border-color css
<style>
span { border-color: #A6A67B; }
span { border-color: rgb(166,166,123); }
td.TdClassName
{
border-color: #A6A67B;
}
.TagClassName
{
border-color: #A6A67B;
}
</style>