Shades of Locust #A6A773
Tints of Locust #A6A773
RGB
CMYK
RGB Variations
Color information
#A6A773 (or 0xA6A773) is known color: Locust. HEX triplet: A6, A7 and 73. RGB value is (166,167,115). Sum of RGB (Red+Green+Blue) = 166+167+115=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A773 is #59588C. Grayscale: #A0A0A0. Windows color (decimal): -5855373 or 7579558. OLE color: 7579558.
HSL color Cylindrical-coordinate representation of color #A6A773: hue angle of 61.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6A773 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 115 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.35 |
| HSL | 61.15º | 0.23% | 0.55% | - |
| HSV(B) | 61.15º | 0.31% | 0.65% | - |
| XYZ | 32.64 | 36.98 | 21.64 | - |
| YUV | 160.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 115 | 0.01 | 0 | 0.31 | 0.35 | 61.15 | 0.23 | 0.55 |
| Hex | A6 | A7 | 73 | 1 | 0 | 1F | 23 | 3D | 17 | 37 |
| Octal | 246 | 247 | 163 | 1 | 0 | 37 | 43 | 75 | 27 | 67 |
| Binary | 10100110 | 10100111 | 1110011 | 1 | 0 | 11111 | 100011 | 111101 | 10111 | 110111 |
Color Harmonies of #A6A773
Complementary color
Monochromatic Colors of #A6A773
Black with #A6A773
Text Example
Text Example
White with #A6A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A773; }
p { color: rgb(166,167,115); }
H1.HeaderClassName
{
color: #A6A773;
}
.AnyTagClassName
{
color: #A6A773;
}
</style>
background-color css
<style>
a { background-color: #A6A773; }
a { background-color: rgb(166,167,115); }
div.DivClassName
{
background-color: #A6A773;
}
.BgClassName
{
background-color: #A6A773;
}
</style>
border-color css
<style>
span { border-color: #A6A773; }
span { border-color: rgb(166,167,115); }
td.TdClassName
{
border-color: #A6A773;
}
.TagClassName
{
border-color: #A6A773;
}
</style>