Shades of Green Spring #AAB29D
Tints of Green Spring #AAB29D
RGB
CMYK
RGB Variations
Color information
#AAB29D (or 0xAAB29D) is known color: Green Spring. HEX triplet: AA, B2 and 9D. RGB value is (170,178,157). Sum of RGB (Red+Green+Blue) = 170+178+157=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29D is #554D62. Grayscale: #ADADAD. Windows color (decimal): -5590371 or 10334890. OLE color: 10334890.
HSL color Cylindrical-coordinate representation of color #AAB29D: hue angle of 82.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB29D is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
RGB | 170 | 178 | 157 | - |
CMYK | 0.04 | 0 | 0.12 | 0.30 |
HSL | 82.86º | 0.12% | 0.66% | - |
HSV(B) | 82.86º | 0.12% | 0.7% | - |
XYZ | 38.58 | 42.82 | 38.13 | - |
YUV | 173.21 | 118.85 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 178 | 157 | 0.04 | 0 | 0.12 | 0.30 | 82.86 | 0.12 | 0.66 |
Hex | AA | B2 | 9D | 4 | 0 | C | 1E | 53 | C | 42 |
Octal | 252 | 262 | 235 | 4 | 0 | 14 | 36 | 123 | 14 | 102 |
Binary | 10101010 | 10110010 | 10011101 | 100 | 0 | 1100 | 11110 | 1010011 | 1100 | 1000010 |
Color Harmonies of #AAB29D
Complementary color
Monochromatic Colors of #AAB29D
Black with #AAB29D
Text Example
Text Example
White with #AAB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB29D; }
p { color: rgb(170,178,157); }
H1.HeaderClassName
{
color: #AAB29D;
}
.AnyTagClassName
{
color: #AAB29D;
}
</style>
background-color css
<style>
a { background-color: #AAB29D; }
a { background-color: rgb(170,178,157); }
div.DivClassName
{
background-color: #AAB29D;
}
.BgClassName
{
background-color: #AAB29D;
}
</style>
border-color css
<style>
span { border-color: #AAB29D; }
span { border-color: rgb(170,178,157); }
td.TdClassName
{
border-color: #AAB29D;
}
.TagClassName
{
border-color: #AAB29D;
}
</style>