Shades of Locust #A8AC7C
Tints of Locust #A8AC7C
RGB
CMYK
RGB Variations
Color information
#A8AC7C (or 0xA8AC7C) is known color: Locust. HEX triplet: A8, AC and 7C. RGB value is (168,172,124). Sum of RGB (Red+Green+Blue) = 168+172+124=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC7C is #575383. Grayscale: #A5A5A5. Windows color (decimal): -5723012 or 8170664. OLE color: 8170664.
HSL color Cylindrical-coordinate representation of color #A8AC7C: hue angle of 65º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8AC7C is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 124 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.33 |
| HSL | 65º | 0.22% | 0.58% | - |
| HSV(B) | 65º | 0.28% | 0.67% | - |
| XYZ | 34.54 | 39.29 | 24.83 | - |
| YUV | 165.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 124 | 0.02 | 0 | 0.28 | 0.33 | 65 | 0.22 | 0.58 |
| Hex | A8 | AC | 7C | 2 | 0 | 1C | 21 | 41 | 16 | 3A |
| Octal | 250 | 254 | 174 | 2 | 0 | 34 | 41 | 101 | 26 | 72 |
| Binary | 10101000 | 10101100 | 1111100 | 10 | 0 | 11100 | 100001 | 1000001 | 10110 | 111010 |
Color Harmonies of #A8AC7C
Complementary color
Monochromatic Colors of #A8AC7C
Black with #A8AC7C
Text Example
Text Example
White with #A8AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC7C; }
p { color: rgb(168,172,124); }
H1.HeaderClassName
{
color: #A8AC7C;
}
.AnyTagClassName
{
color: #A8AC7C;
}
</style>
background-color css
<style>
a { background-color: #A8AC7C; }
a { background-color: rgb(168,172,124); }
div.DivClassName
{
background-color: #A8AC7C;
}
.BgClassName
{
background-color: #A8AC7C;
}
</style>
border-color css
<style>
span { border-color: #A8AC7C; }
span { border-color: rgb(168,172,124); }
td.TdClassName
{
border-color: #A8AC7C;
}
.TagClassName
{
border-color: #A8AC7C;
}
</style>