Shades of Green Spring #AAB68F
Tints of Green Spring #AAB68F
RGB
CMYK
RGB Variations
Color information
#AAB68F (or 0xAAB68F) is known color: Green Spring. HEX triplet: AA, B6 and 8F. RGB value is (170,182,143). Sum of RGB (Red+Green+Blue) = 170+182+143=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68F is #554970. Grayscale: #AEAEAE. Windows color (decimal): -5589361 or 9418410. OLE color: 9418410.
HSL color Cylindrical-coordinate representation of color #AAB68F: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB68F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 143 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.29 |
| HSL | 78.46º | 0.21% | 0.64% | - |
| HSV(B) | 78.46º | 0.21% | 0.71% | - |
| XYZ | 38.26 | 43.99 | 32.46 | - |
| YUV | 173.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 143 | 0.07 | 0 | 0.21 | 0.29 | 78.46 | 0.21 | 0.64 |
| Hex | AA | B6 | 8F | 7 | 0 | 15 | 1D | 4E | 15 | 40 |
| Octal | 252 | 266 | 217 | 7 | 0 | 25 | 35 | 116 | 25 | 100 |
| Binary | 10101010 | 10110110 | 10001111 | 111 | 0 | 10101 | 11101 | 1001110 | 10101 | 1000000 |
Color Harmonies of #AAB68F
Complementary color
Monochromatic Colors of #AAB68F
Black with #AAB68F
Text Example
Text Example
White with #AAB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB68F; }
p { color: rgb(170,182,143); }
H1.HeaderClassName
{
color: #AAB68F;
}
.AnyTagClassName
{
color: #AAB68F;
}
</style>
background-color css
<style>
a { background-color: #AAB68F; }
a { background-color: rgb(170,182,143); }
div.DivClassName
{
background-color: #AAB68F;
}
.BgClassName
{
background-color: #AAB68F;
}
</style>
border-color css
<style>
span { border-color: #AAB68F; }
span { border-color: rgb(170,182,143); }
td.TdClassName
{
border-color: #AAB68F;
}
.TagClassName
{
border-color: #AAB68F;
}
</style>