Shades of Spring Rain #AAC69B
Tints of Spring Rain #AAC69B
RGB
CMYK
RGB Variations
Color information
#AAC69B (or 0xAAC69B) is known color: Spring Rain. HEX triplet: AA, C6 and 9B. RGB value is (170,198,155). Sum of RGB (Red+Green+Blue) = 170+198+155=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC69B is #553964. Grayscale: #B8B8B8. Windows color (decimal): -5585253 or 10208938. OLE color: 10208938.
HSL color Cylindrical-coordinate representation of color #AAC69B: hue angle of 99.07º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC69B is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 155 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.22 |
| HSL | 99.07º | 0.27% | 0.69% | - |
| HSV(B) | 99.07º | 0.22% | 0.78% | - |
| XYZ | 42.69 | 51.3 | 38.66 | - |
| YUV | 184.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 155 | 0.14 | 0 | 0.22 | 0.22 | 99.07 | 0.27 | 0.69 |
| Hex | AA | C6 | 9B | E | 0 | 16 | 16 | 63 | 1B | 45 |
| Octal | 252 | 306 | 233 | 16 | 0 | 26 | 26 | 143 | 33 | 105 |
| Binary | 10101010 | 11000110 | 10011011 | 1110 | 0 | 10110 | 10110 | 1100011 | 11011 | 1000101 |
Color Harmonies of #AAC69B
Complementary color
Monochromatic Colors of #AAC69B
Black with #AAC69B
Text Example
Text Example
White with #AAC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC69B; }
p { color: rgb(170,198,155); }
H1.HeaderClassName
{
color: #AAC69B;
}
.AnyTagClassName
{
color: #AAC69B;
}
</style>
background-color css
<style>
a { background-color: #AAC69B; }
a { background-color: rgb(170,198,155); }
div.DivClassName
{
background-color: #AAC69B;
}
.BgClassName
{
background-color: #AAC69B;
}
</style>
border-color css
<style>
span { border-color: #AAC69B; }
span { border-color: rgb(170,198,155); }
td.TdClassName
{
border-color: #AAC69B;
}
.TagClassName
{
border-color: #AAC69B;
}
</style>