Shades of Rainee #AEC2AA
Tints of Rainee #AEC2AA
RGB
CMYK
RGB Variations
Color information
#AEC2AA (or 0xAEC2AA) is known color: Rainee. HEX triplet: AE, C2 and AA. RGB value is (174,194,170). Sum of RGB (Red+Green+Blue) = 174+194+170=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2AA is #513D55. Grayscale: #B9B9B9. Windows color (decimal): -5324118 or 11190958. OLE color: 11190958.
HSL color Cylindrical-coordinate representation of color #AEC2AA: hue angle of 110º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC2AA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 170 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.24 |
| HSL | 110º | 0.16% | 0.71% | - |
| HSV(B) | 110º | 0.12% | 0.76% | - |
| XYZ | 44 | 50.48 | 45.46 | - |
| YUV | 185.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 170 | 0.10 | 0 | 0.12 | 0.24 | 110 | 0.16 | 0.71 |
| Hex | AE | C2 | AA | A | 0 | C | 18 | 6E | 10 | 47 |
| Octal | 256 | 302 | 252 | 12 | 0 | 14 | 30 | 156 | 20 | 107 |
| Binary | 10101110 | 11000010 | 10101010 | 1010 | 0 | 1100 | 11000 | 1101110 | 10000 | 1000111 |
Color Harmonies of #AEC2AA
Complementary color
Monochromatic Colors of #AEC2AA
Black with #AEC2AA
Text Example
Text Example
White with #AEC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2AA; }
p { color: rgb(174,194,170); }
H1.HeaderClassName
{
color: #AEC2AA;
}
.AnyTagClassName
{
color: #AEC2AA;
}
</style>
background-color css
<style>
a { background-color: #AEC2AA; }
a { background-color: rgb(174,194,170); }
div.DivClassName
{
background-color: #AEC2AA;
}
.BgClassName
{
background-color: #AEC2AA;
}
</style>
border-color css
<style>
span { border-color: #AEC2AA; }
span { border-color: rgb(174,194,170); }
td.TdClassName
{
border-color: #AEC2AA;
}
.TagClassName
{
border-color: #AEC2AA;
}
</style>