Shades of Locust #A7AA76
Tints of Locust #A7AA76
RGB
CMYK
RGB Variations
Color information
#A7AA76 (or 0xA7AA76) is known color: Locust. HEX triplet: A7, AA and 76. RGB value is (167,170,118). Sum of RGB (Red+Green+Blue) = 167+170+118=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA76 is #585589. Grayscale: #A3A3A3. Windows color (decimal): -5789066 or 7776935. OLE color: 7776935.
HSL color Cylindrical-coordinate representation of color #A7AA76: hue angle of 63.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7AA76 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 118 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.33 |
| HSL | 63.46º | 0.23% | 0.56% | - |
| HSV(B) | 63.46º | 0.31% | 0.67% | - |
| XYZ | 33.58 | 38.27 | 22.76 | - |
| YUV | 163.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 118 | 0.02 | 0 | 0.31 | 0.33 | 63.46 | 0.23 | 0.56 |
| Hex | A7 | AA | 76 | 2 | 0 | 1F | 21 | 3F | 17 | 38 |
| Octal | 247 | 252 | 166 | 2 | 0 | 37 | 41 | 77 | 27 | 70 |
| Binary | 10100111 | 10101010 | 1110110 | 10 | 0 | 11111 | 100001 | 111111 | 10111 | 111000 |
Color Harmonies of #A7AA76
Complementary color
Monochromatic Colors of #A7AA76
Black with #A7AA76
Text Example
Text Example
White with #A7AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA76; }
p { color: rgb(167,170,118); }
H1.HeaderClassName
{
color: #A7AA76;
}
.AnyTagClassName
{
color: #A7AA76;
}
</style>
background-color css
<style>
a { background-color: #A7AA76; }
a { background-color: rgb(167,170,118); }
div.DivClassName
{
background-color: #A7AA76;
}
.BgClassName
{
background-color: #A7AA76;
}
</style>
border-color css
<style>
span { border-color: #A7AA76; }
span { border-color: rgb(167,170,118); }
td.TdClassName
{
border-color: #A7AA76;
}
.TagClassName
{
border-color: #A7AA76;
}
</style>