Shades of Spring Rain #AEC6A5
Tints of Spring Rain #AEC6A5
RGB
CMYK
RGB Variations
Color information
#AEC6A5 (or 0xAEC6A5) is known color: Spring Rain. HEX triplet: AE, C6 and A5. RGB value is (174,198,165). Sum of RGB (Red+Green+Blue) = 174+198+165=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC6A5 is #51395A. Grayscale: #BBBBBB. Windows color (decimal): -5323099 or 10864302. OLE color: 10864302.
HSL color Cylindrical-coordinate representation of color #AEC6A5: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC6A5 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 165 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.22 |
| HSL | 103.64º | 0.22% | 0.71% | - |
| HSV(B) | 103.64º | 0.17% | 0.78% | - |
| XYZ | 44.44 | 52.1 | 43.31 | - |
| YUV | 187.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 165 | 0.12 | 0 | 0.17 | 0.22 | 103.64 | 0.22 | 0.71 |
| Hex | AE | C6 | A5 | C | 0 | 11 | 16 | 68 | 16 | 47 |
| Octal | 256 | 306 | 245 | 14 | 0 | 21 | 26 | 150 | 26 | 107 |
| Binary | 10101110 | 11000110 | 10100101 | 1100 | 0 | 10001 | 10110 | 1101000 | 10110 | 1000111 |
Color Harmonies of #AEC6A5
Complementary color
Monochromatic Colors of #AEC6A5
Black with #AEC6A5
Text Example
Text Example
White with #AEC6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC6A5; }
p { color: rgb(174,198,165); }
H1.HeaderClassName
{
color: #AEC6A5;
}
.AnyTagClassName
{
color: #AEC6A5;
}
</style>
background-color css
<style>
a { background-color: #AEC6A5; }
a { background-color: rgb(174,198,165); }
div.DivClassName
{
background-color: #AEC6A5;
}
.BgClassName
{
background-color: #AEC6A5;
}
</style>
border-color css
<style>
span { border-color: #AEC6A5; }
span { border-color: rgb(174,198,165); }
td.TdClassName
{
border-color: #AEC6A5;
}
.TagClassName
{
border-color: #AEC6A5;
}
</style>