Shades of Locust #A8AE7C
Tints of Locust #A8AE7C
RGB
CMYK
RGB Variations
Color information
#A8AE7C (or 0xA8AE7C) is known color: Locust. HEX triplet: A8, AE and 7C. RGB value is (168,174,124). Sum of RGB (Red+Green+Blue) = 168+174+124=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE7C is #575183. Grayscale: #A6A6A6. Windows color (decimal): -5722500 or 8171176. OLE color: 8171176.
HSL color Cylindrical-coordinate representation of color #A8AE7C: hue angle of 67.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AE7C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 124 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.32 |
| HSL | 67.2º | 0.24% | 0.58% | - |
| HSV(B) | 67.2º | 0.29% | 0.68% | - |
| XYZ | 34.92 | 40.05 | 24.96 | - |
| YUV | 166.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 124 | 0.03 | 0 | 0.29 | 0.32 | 67.2 | 0.24 | 0.58 |
| Hex | A8 | AE | 7C | 3 | 0 | 1D | 20 | 43 | 18 | 3A |
| Octal | 250 | 256 | 174 | 3 | 0 | 35 | 40 | 103 | 30 | 72 |
| Binary | 10101000 | 10101110 | 1111100 | 11 | 0 | 11101 | 100000 | 1000011 | 11000 | 111010 |
Color Harmonies of #A8AE7C
Complementary color
Monochromatic Colors of #A8AE7C
Black with #A8AE7C
Text Example
Text Example
White with #A8AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE7C; }
p { color: rgb(168,174,124); }
H1.HeaderClassName
{
color: #A8AE7C;
}
.AnyTagClassName
{
color: #A8AE7C;
}
</style>
background-color css
<style>
a { background-color: #A8AE7C; }
a { background-color: rgb(168,174,124); }
div.DivClassName
{
background-color: #A8AE7C;
}
.BgClassName
{
background-color: #A8AE7C;
}
</style>
border-color css
<style>
span { border-color: #A8AE7C; }
span { border-color: rgb(168,174,124); }
td.TdClassName
{
border-color: #A8AE7C;
}
.TagClassName
{
border-color: #A8AE7C;
}
</style>