Shades of Green Spring #AAABA5
Tints of Green Spring #AAABA5
RGB
CMYK
RGB Variations
Color information
#AAABA5 (or 0xAAABA5) is known color: Green Spring. HEX triplet: AA, AB and A5. RGB value is (170,171,165). Sum of RGB (Red+Green+Blue) = 170+171+165=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA5 is #55545A. Grayscale: #AAAAAA. Windows color (decimal): -5592155 or 10857386. OLE color: 10857386.
HSL color Cylindrical-coordinate representation of color #AAABA5: hue angle of 70º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAABA5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 165 | - |
CMYK | 0.01 | 0 | 0.04 | 0.33 |
HSL | 70º | 0.03% | 0.66% | - |
HSV(B) | 70º | 0.04% | 0.67% | - |
XYZ | 37.93 | 40.39 | 41.39 | - |
YUV | 170.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 165 | 0.01 | 0 | 0.04 | 0.33 | 70 | 0.03 | 0.66 |
Hex | AA | AB | A5 | 1 | 0 | 4 | 21 | 46 | 3 | 42 |
Octal | 252 | 253 | 245 | 1 | 0 | 4 | 41 | 106 | 3 | 102 |
Binary | 10101010 | 10101011 | 10100101 | 1 | 0 | 100 | 100001 | 1000110 | 11 | 1000010 |
Color Harmonies of #AAABA5
Complementary color
Monochromatic Colors of #AAABA5
Black with #AAABA5
Text Example
Text Example
White with #AAABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABA5; }
p { color: rgb(170,171,165); }
H1.HeaderClassName
{
color: #AAABA5;
}
.AnyTagClassName
{
color: #AAABA5;
}
</style>
background-color css
<style>
a { background-color: #AAABA5; }
a { background-color: rgb(170,171,165); }
div.DivClassName
{
background-color: #AAABA5;
}
.BgClassName
{
background-color: #AAABA5;
}
</style>
border-color css
<style>
span { border-color: #AAABA5; }
span { border-color: rgb(170,171,165); }
td.TdClassName
{
border-color: #AAABA5;
}
.TagClassName
{
border-color: #AAABA5;
}
</style>