Shades of Green Spring #A7AF8F
Tints of Green Spring #A7AF8F
RGB
CMYK
RGB Variations
Color information
#A7AF8F (or 0xA7AF8F) is known color: Green Spring. HEX triplet: A7, AF and 8F. RGB value is (167,175,143). Sum of RGB (Red+Green+Blue) = 167+175+143=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF8F is #585070. Grayscale: #A9A9A9. Windows color (decimal): -5787761 or 9416615. OLE color: 9416615.
HSL color Cylindrical-coordinate representation of color #A7AF8F: hue angle of 75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7AF8F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 175 | 143 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.31 |
| HSL | 75º | 0.17% | 0.62% | - |
| HSV(B) | 75º | 0.18% | 0.69% | - |
| XYZ | 36.22 | 40.86 | 31.96 | - |
| YUV | 168.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 143 | 0.05 | 0 | 0.18 | 0.31 | 75 | 0.17 | 0.62 |
| Hex | A7 | AF | 8F | 5 | 0 | 12 | 1F | 4B | 11 | 3E |
| Octal | 247 | 257 | 217 | 5 | 0 | 22 | 37 | 113 | 21 | 76 |
| Binary | 10100111 | 10101111 | 10001111 | 101 | 0 | 10010 | 11111 | 1001011 | 10001 | 111110 |
Color Harmonies of #A7AF8F
Complementary color
Monochromatic Colors of #A7AF8F
Black with #A7AF8F
Text Example
Text Example
White with #A7AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AF8F; }
p { color: rgb(167,175,143); }
H1.HeaderClassName
{
color: #A7AF8F;
}
.AnyTagClassName
{
color: #A7AF8F;
}
</style>
background-color css
<style>
a { background-color: #A7AF8F; }
a { background-color: rgb(167,175,143); }
div.DivClassName
{
background-color: #A7AF8F;
}
.BgClassName
{
background-color: #A7AF8F;
}
</style>
border-color css
<style>
span { border-color: #A7AF8F; }
span { border-color: rgb(167,175,143); }
td.TdClassName
{
border-color: #A7AF8F;
}
.TagClassName
{
border-color: #A7AF8F;
}
</style>