Shades of Locust #A8AF7E
Tints of Locust #A8AF7E
RGB
CMYK
RGB Variations
Color information
#A8AF7E (or 0xA8AF7E) is known color: Locust. HEX triplet: A8, AF and 7E. RGB value is (168,175,126). Sum of RGB (Red+Green+Blue) = 168+175+126=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF7E is #575081. Grayscale: #A7A7A7. Windows color (decimal): -5722242 or 8302504. OLE color: 8302504.
HSL color Cylindrical-coordinate representation of color #A8AF7E: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8AF7E is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 126 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.31 |
| HSL | 68.57º | 0.23% | 0.59% | - |
| HSV(B) | 68.57º | 0.28% | 0.69% | - |
| XYZ | 35.24 | 40.49 | 25.7 | - |
| YUV | 167.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 126 | 0.04 | 0 | 0.28 | 0.31 | 68.57 | 0.23 | 0.59 |
| Hex | A8 | AF | 7E | 4 | 0 | 1C | 1F | 45 | 17 | 3B |
| Octal | 250 | 257 | 176 | 4 | 0 | 34 | 37 | 105 | 27 | 73 |
| Binary | 10101000 | 10101111 | 1111110 | 100 | 0 | 11100 | 11111 | 1000101 | 10111 | 111011 |
Color Harmonies of #A8AF7E
Complementary color
Monochromatic Colors of #A8AF7E
Black with #A8AF7E
Text Example
Text Example
White with #A8AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF7E; }
p { color: rgb(168,175,126); }
H1.HeaderClassName
{
color: #A8AF7E;
}
.AnyTagClassName
{
color: #A8AF7E;
}
</style>
background-color css
<style>
a { background-color: #A8AF7E; }
a { background-color: rgb(168,175,126); }
div.DivClassName
{
background-color: #A8AF7E;
}
.BgClassName
{
background-color: #A8AF7E;
}
</style>
border-color css
<style>
span { border-color: #A8AF7E; }
span { border-color: rgb(168,175,126); }
td.TdClassName
{
border-color: #A8AF7E;
}
.TagClassName
{
border-color: #A8AF7E;
}
</style>