Shades of Locust #A8AF7C
Tints of Locust #A8AF7C
RGB
CMYK
RGB Variations
Color information
#A8AF7C (or 0xA8AF7C) is known color: Locust. HEX triplet: A8, AF and 7C. RGB value is (168,175,124). Sum of RGB (Red+Green+Blue) = 168+175+124=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF7C is #575083. Grayscale: #A7A7A7. Windows color (decimal): -5722244 or 8171432. OLE color: 8171432.
HSL color Cylindrical-coordinate representation of color #A8AF7C: hue angle of 68.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AF7C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 124 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.31 |
| HSL | 68.24º | 0.24% | 0.59% | - |
| HSV(B) | 68.24º | 0.29% | 0.69% | - |
| XYZ | 35.12 | 40.44 | 25.02 | - |
| YUV | 167.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 124 | 0.04 | 0 | 0.29 | 0.31 | 68.24 | 0.24 | 0.59 |
| Hex | A8 | AF | 7C | 4 | 0 | 1D | 1F | 44 | 18 | 3B |
| Octal | 250 | 257 | 174 | 4 | 0 | 35 | 37 | 104 | 30 | 73 |
| Binary | 10101000 | 10101111 | 1111100 | 100 | 0 | 11101 | 11111 | 1000100 | 11000 | 111011 |
Color Harmonies of #A8AF7C
Complementary color
Monochromatic Colors of #A8AF7C
Black with #A8AF7C
Text Example
Text Example
White with #A8AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF7C; }
p { color: rgb(168,175,124); }
H1.HeaderClassName
{
color: #A8AF7C;
}
.AnyTagClassName
{
color: #A8AF7C;
}
</style>
background-color css
<style>
a { background-color: #A8AF7C; }
a { background-color: rgb(168,175,124); }
div.DivClassName
{
background-color: #A8AF7C;
}
.BgClassName
{
background-color: #A8AF7C;
}
</style>
border-color css
<style>
span { border-color: #A8AF7C; }
span { border-color: rgb(168,175,124); }
td.TdClassName
{
border-color: #A8AF7C;
}
.TagClassName
{
border-color: #A8AF7C;
}
</style>