Shades of Green Spring #AAAFA0
Tints of Green Spring #AAAFA0
RGB
CMYK
RGB Variations
Color information
#AAAFA0 (or 0xAAAFA0) is known color: Green Spring. HEX triplet: AA, AF and A0. RGB value is (170,175,160). Sum of RGB (Red+Green+Blue) = 170+175+160=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA0 is #55505F. Grayscale: #ABABAB. Windows color (decimal): -5591136 or 10530730. OLE color: 10530730.
HSL color Cylindrical-coordinate representation of color #AAAFA0: hue angle of 80º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAFA0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 160 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.31 |
| HSL | 80º | 0.09% | 0.66% | - |
| HSV(B) | 80º | 0.09% | 0.69% | - |
| XYZ | 38.25 | 41.74 | 39.3 | - |
| YUV | 171.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 160 | 0.03 | 0 | 0.09 | 0.31 | 80 | 0.09 | 0.66 |
| Hex | AA | AF | A0 | 3 | 0 | 9 | 1F | 50 | 9 | 42 |
| Octal | 252 | 257 | 240 | 3 | 0 | 11 | 37 | 120 | 11 | 102 |
| Binary | 10101010 | 10101111 | 10100000 | 11 | 0 | 1001 | 11111 | 1010000 | 1001 | 1000010 |
Color Harmonies of #AAAFA0
Complementary color
Monochromatic Colors of #AAAFA0
Black with #AAAFA0
Text Example
Text Example
White with #AAAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFA0; }
p { color: rgb(170,175,160); }
H1.HeaderClassName
{
color: #AAAFA0;
}
.AnyTagClassName
{
color: #AAAFA0;
}
</style>
background-color css
<style>
a { background-color: #AAAFA0; }
a { background-color: rgb(170,175,160); }
div.DivClassName
{
background-color: #AAAFA0;
}
.BgClassName
{
background-color: #AAAFA0;
}
</style>
border-color css
<style>
span { border-color: #AAAFA0; }
span { border-color: rgb(170,175,160); }
td.TdClassName
{
border-color: #AAAFA0;
}
.TagClassName
{
border-color: #AAAFA0;
}
</style>