Shades of Locust #A8AD7C
Tints of Locust #A8AD7C
RGB
CMYK
RGB Variations
Color information
#A8AD7C (or 0xA8AD7C) is known color: Locust. HEX triplet: A8, AD and 7C. RGB value is (168,173,124). Sum of RGB (Red+Green+Blue) = 168+173+124=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD7C is #575283. Grayscale: #A6A6A6. Windows color (decimal): -5722756 or 8170920. OLE color: 8170920.
HSL color Cylindrical-coordinate representation of color #A8AD7C: hue angle of 66.12º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8AD7C is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 124 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.32 |
| HSL | 66.12º | 0.23% | 0.58% | - |
| HSV(B) | 66.12º | 0.28% | 0.68% | - |
| XYZ | 34.73 | 39.67 | 24.89 | - |
| YUV | 165.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 124 | 0.03 | 0 | 0.28 | 0.32 | 66.12 | 0.23 | 0.58 |
| Hex | A8 | AD | 7C | 3 | 0 | 1C | 20 | 42 | 17 | 3A |
| Octal | 250 | 255 | 174 | 3 | 0 | 34 | 40 | 102 | 27 | 72 |
| Binary | 10101000 | 10101101 | 1111100 | 11 | 0 | 11100 | 100000 | 1000010 | 10111 | 111010 |
Color Harmonies of #A8AD7C
Complementary color
Monochromatic Colors of #A8AD7C
Black with #A8AD7C
Text Example
Text Example
White with #A8AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD7C; }
p { color: rgb(168,173,124); }
H1.HeaderClassName
{
color: #A8AD7C;
}
.AnyTagClassName
{
color: #A8AD7C;
}
</style>
background-color css
<style>
a { background-color: #A8AD7C; }
a { background-color: rgb(168,173,124); }
div.DivClassName
{
background-color: #A8AD7C;
}
.BgClassName
{
background-color: #A8AD7C;
}
</style>
border-color css
<style>
span { border-color: #A8AD7C; }
span { border-color: rgb(168,173,124); }
td.TdClassName
{
border-color: #A8AD7C;
}
.TagClassName
{
border-color: #A8AD7C;
}
</style>