Shades of Green Spring #AAAF9D
Tints of Green Spring #AAAF9D
RGB
CMYK
RGB Variations
Color information
#AAAF9D (or 0xAAAF9D) is known color: Green Spring. HEX triplet: AA, AF and 9D. RGB value is (170,175,157). Sum of RGB (Red+Green+Blue) = 170+175+157=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF9D is #555062. Grayscale: #ABABAB. Windows color (decimal): -5591139 or 10334122. OLE color: 10334122.
HSL color Cylindrical-coordinate representation of color #AAAF9D: hue angle of 76.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAAF9D is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 157 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.31 |
| HSL | 76.67º | 0.1% | 0.65% | - |
| HSV(B) | 76.67º | 0.1% | 0.69% | - |
| XYZ | 37.99 | 41.64 | 37.93 | - |
| YUV | 171.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 157 | 0.03 | 0 | 0.10 | 0.31 | 76.67 | 0.1 | 0.65 |
| Hex | AA | AF | 9D | 3 | 0 | A | 1F | 4D | A | 41 |
| Octal | 252 | 257 | 235 | 3 | 0 | 12 | 37 | 115 | 12 | 101 |
| Binary | 10101010 | 10101111 | 10011101 | 11 | 0 | 1010 | 11111 | 1001101 | 1010 | 1000001 |
Color Harmonies of #AAAF9D
Complementary color
Monochromatic Colors of #AAAF9D
Black with #AAAF9D
Text Example
Text Example
White with #AAAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF9D; }
p { color: rgb(170,175,157); }
H1.HeaderClassName
{
color: #AAAF9D;
}
.AnyTagClassName
{
color: #AAAF9D;
}
</style>
background-color css
<style>
a { background-color: #AAAF9D; }
a { background-color: rgb(170,175,157); }
div.DivClassName
{
background-color: #AAAF9D;
}
.BgClassName
{
background-color: #AAAF9D;
}
</style>
border-color css
<style>
span { border-color: #AAAF9D; }
span { border-color: rgb(170,175,157); }
td.TdClassName
{
border-color: #AAAF9D;
}
.TagClassName
{
border-color: #AAAF9D;
}
</style>