Shades of Green Spring #AAACA3
Tints of Green Spring #AAACA3
RGB
CMYK
RGB Variations
Color information
#AAACA3 (or 0xAAACA3) is known color: Green Spring. HEX triplet: AA, AC and A3. RGB value is (170,172,163). Sum of RGB (Red+Green+Blue) = 170+172+163=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA3 is #55535C. Grayscale: #AAAAAA. Windows color (decimal): -5591901 or 10726570. OLE color: 10726570.
HSL color Cylindrical-coordinate representation of color #AAACA3: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAACA3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 163 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.33 |
| HSL | 73.33º | 0.05% | 0.66% | - |
| HSV(B) | 73.33º | 0.05% | 0.67% | - |
| XYZ | 37.94 | 40.7 | 40.51 | - |
| YUV | 170.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 163 | 0.01 | 0 | 0.05 | 0.33 | 73.33 | 0.05 | 0.66 |
| Hex | AA | AC | A3 | 1 | 0 | 5 | 21 | 49 | 5 | 42 |
| Octal | 252 | 254 | 243 | 1 | 0 | 5 | 41 | 111 | 5 | 102 |
| Binary | 10101010 | 10101100 | 10100011 | 1 | 0 | 101 | 100001 | 1001001 | 101 | 1000010 |
Color Harmonies of #AAACA3
Complementary color
Monochromatic Colors of #AAACA3
Black with #AAACA3
Text Example
Text Example
White with #AAACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACA3; }
p { color: rgb(170,172,163); }
H1.HeaderClassName
{
color: #AAACA3;
}
.AnyTagClassName
{
color: #AAACA3;
}
</style>
background-color css
<style>
a { background-color: #AAACA3; }
a { background-color: rgb(170,172,163); }
div.DivClassName
{
background-color: #AAACA3;
}
.BgClassName
{
background-color: #AAACA3;
}
</style>
border-color css
<style>
span { border-color: #AAACA3; }
span { border-color: rgb(170,172,163); }
td.TdClassName
{
border-color: #AAACA3;
}
.TagClassName
{
border-color: #AAACA3;
}
</style>