Shades of Locust #A8AA7C
Tints of Locust #A8AA7C
RGB
CMYK
RGB Variations
Color information
#A8AA7C (or 0xA8AA7C) is known color: Locust. HEX triplet: A8, AA and 7C. RGB value is (168,170,124). Sum of RGB (Red+Green+Blue) = 168+170+124=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA7C is #575583. Grayscale: #A4A4A4. Windows color (decimal): -5723524 or 8170152. OLE color: 8170152.
HSL color Cylindrical-coordinate representation of color #A8AA7C: hue angle of 62.61º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8AA7C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 124 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.33 |
| HSL | 62.61º | 0.21% | 0.58% | - |
| HSV(B) | 62.61º | 0.27% | 0.67% | - |
| XYZ | 34.16 | 38.53 | 24.71 | - |
| YUV | 164.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 124 | 0.01 | 0 | 0.27 | 0.33 | 62.61 | 0.21 | 0.58 |
| Hex | A8 | AA | 7C | 1 | 0 | 1B | 21 | 3F | 15 | 3A |
| Octal | 250 | 252 | 174 | 1 | 0 | 33 | 41 | 77 | 25 | 72 |
| Binary | 10101000 | 10101010 | 1111100 | 1 | 0 | 11011 | 100001 | 111111 | 10101 | 111010 |
Color Harmonies of #A8AA7C
Complementary color
Monochromatic Colors of #A8AA7C
Black with #A8AA7C
Text Example
Text Example
White with #A8AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA7C; }
p { color: rgb(168,170,124); }
H1.HeaderClassName
{
color: #A8AA7C;
}
.AnyTagClassName
{
color: #A8AA7C;
}
</style>
background-color css
<style>
a { background-color: #A8AA7C; }
a { background-color: rgb(168,170,124); }
div.DivClassName
{
background-color: #A8AA7C;
}
.BgClassName
{
background-color: #A8AA7C;
}
</style>
border-color css
<style>
span { border-color: #A8AA7C; }
span { border-color: rgb(168,170,124); }
td.TdClassName
{
border-color: #A8AA7C;
}
.TagClassName
{
border-color: #A8AA7C;
}
</style>