Shades of Green Spring #A7AF8E
Tints of Green Spring #A7AF8E
RGB
CMYK
RGB Variations
Color information
#A7AF8E (or 0xA7AF8E) is known color: Green Spring. HEX triplet: A7, AF and 8E. RGB value is (167,175,142). Sum of RGB (Red+Green+Blue) = 167+175+142=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF8E is #585071. Grayscale: #A8A8A8. Windows color (decimal): -5787762 or 9351079. OLE color: 9351079.
HSL color Cylindrical-coordinate representation of color #A7AF8E: hue angle of 74.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7AF8E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 175 | 142 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.31 |
| HSL | 74.55º | 0.17% | 0.62% | - |
| HSV(B) | 74.55º | 0.19% | 0.69% | - |
| XYZ | 36.15 | 40.83 | 31.57 | - |
| YUV | 168.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 142 | 0.05 | 0 | 0.19 | 0.31 | 74.55 | 0.17 | 0.62 |
| Hex | A7 | AF | 8E | 5 | 0 | 13 | 1F | 4B | 11 | 3E |
| Octal | 247 | 257 | 216 | 5 | 0 | 23 | 37 | 113 | 21 | 76 |
| Binary | 10100111 | 10101111 | 10001110 | 101 | 0 | 10011 | 11111 | 1001011 | 10001 | 111110 |
Color Harmonies of #A7AF8E
Complementary color
Monochromatic Colors of #A7AF8E
Black with #A7AF8E
Text Example
Text Example
White with #A7AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AF8E; }
p { color: rgb(167,175,142); }
H1.HeaderClassName
{
color: #A7AF8E;
}
.AnyTagClassName
{
color: #A7AF8E;
}
</style>
background-color css
<style>
a { background-color: #A7AF8E; }
a { background-color: rgb(167,175,142); }
div.DivClassName
{
background-color: #A7AF8E;
}
.BgClassName
{
background-color: #A7AF8E;
}
</style>
border-color css
<style>
span { border-color: #A7AF8E; }
span { border-color: rgb(167,175,142); }
td.TdClassName
{
border-color: #A7AF8E;
}
.TagClassName
{
border-color: #A7AF8E;
}
</style>