Shades of Locust #A7A770
Tints of Locust #A7A770
RGB
CMYK
RGB Variations
Color information
#A7A770 (or 0xA7A770) is known color: Locust. HEX triplet: A7, A7 and 70. RGB value is (167,167,112). Sum of RGB (Red+Green+Blue) = 167+167+112=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A770 is #58588F. Grayscale: #A0A0A0. Windows color (decimal): -5789840 or 7382951. OLE color: 7382951.
HSL color Cylindrical-coordinate representation of color #A7A770: hue angle of 60º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7A770 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 112 | - |
| CMYK | 0 | 0 | 0.33 | 0.35 |
| HSL | 60º | 0.24% | 0.55% | - |
| HSV(B) | 60º | 0.33% | 0.65% | - |
| XYZ | 32.68 | 37.02 | 20.75 | - |
| YUV | 160.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 112 | 0 | 0 | 0.33 | 0.35 | 60 | 0.24 | 0.55 |
| Hex | A7 | A7 | 70 | 0 | 0 | 21 | 23 | 3C | 18 | 37 |
| Octal | 247 | 247 | 160 | 0 | 0 | 41 | 43 | 74 | 30 | 67 |
| Binary | 10100111 | 10100111 | 1110000 | 0 | 0 | 100001 | 100011 | 111100 | 11000 | 110111 |
Color Harmonies of #A7A770
Complementary color
Monochromatic Colors of #A7A770
Black with #A7A770
Text Example
Text Example
White with #A7A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A770; }
p { color: rgb(167,167,112); }
H1.HeaderClassName
{
color: #A7A770;
}
.AnyTagClassName
{
color: #A7A770;
}
</style>
background-color css
<style>
a { background-color: #A7A770; }
a { background-color: rgb(167,167,112); }
div.DivClassName
{
background-color: #A7A770;
}
.BgClassName
{
background-color: #A7A770;
}
</style>
border-color css
<style>
span { border-color: #A7A770; }
span { border-color: rgb(167,167,112); }
td.TdClassName
{
border-color: #A7A770;
}
.TagClassName
{
border-color: #A7A770;
}
</style>