Shades of Rainee #AECAA5
Tints of Rainee #AECAA5
RGB
CMYK
RGB Variations
Color information
#AECAA5 (or 0xAECAA5) is known color: Rainee. HEX triplet: AE, CA and A5. RGB value is (174,202,165). Sum of RGB (Red+Green+Blue) = 174+202+165=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA5 is #51355A. Grayscale: #BDBDBD. Windows color (decimal): -5322075 or 10865326. OLE color: 10865326.
HSL color Cylindrical-coordinate representation of color #AECAA5: hue angle of 105.41º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 165 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.21 |
| HSL | 105.41º | 0.26% | 0.72% | - |
| HSV(B) | 105.41º | 0.18% | 0.79% | - |
| XYZ | 45.37 | 53.96 | 43.62 | - |
| YUV | 189.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 165 | 0.14 | 0 | 0.18 | 0.21 | 105.41 | 0.26 | 0.72 |
| Hex | AE | CA | A5 | E | 0 | 12 | 15 | 69 | 1A | 48 |
| Octal | 256 | 312 | 245 | 16 | 0 | 22 | 25 | 151 | 32 | 110 |
| Binary | 10101110 | 11001010 | 10100101 | 1110 | 0 | 10010 | 10101 | 1101001 | 11010 | 1001000 |
Color Harmonies of #AECAA5
Complementary color
Monochromatic Colors of #AECAA5
Black with #AECAA5
Text Example
Text Example
White with #AECAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAA5; }
p { color: rgb(174,202,165); }
H1.HeaderClassName
{
color: #AECAA5;
}
.AnyTagClassName
{
color: #AECAA5;
}
</style>
background-color css
<style>
a { background-color: #AECAA5; }
a { background-color: rgb(174,202,165); }
div.DivClassName
{
background-color: #AECAA5;
}
.BgClassName
{
background-color: #AECAA5;
}
</style>
border-color css
<style>
span { border-color: #AECAA5; }
span { border-color: rgb(174,202,165); }
td.TdClassName
{
border-color: #AECAA5;
}
.TagClassName
{
border-color: #AECAA5;
}
</style>