Shades of Rainee #AEC9A8
Tints of Rainee #AEC9A8
RGB
CMYK
RGB Variations
Color information
#AEC9A8 (or 0xAEC9A8) is known color: Rainee. HEX triplet: AE, C9 and A8. RGB value is (174,201,168). Sum of RGB (Red+Green+Blue) = 174+201+168=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC9A8 is #513657. Grayscale: #BDBDBD. Windows color (decimal): -5322328 or 11061678. OLE color: 11061678.
HSL color Cylindrical-coordinate representation of color #AEC9A8: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC9A8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 201 | 168 | - |
CMYK | 0.13 | 0 | 0.16 | 0.21 |
HSL | 109.09º | 0.23% | 0.72% | - |
HSV(B) | 109.09º | 0.16% | 0.79% | - |
XYZ | 45.41 | 53.6 | 45 | - |
YUV | 189.17 | 116.05 | 117.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 201 | 168 | 0.13 | 0 | 0.16 | 0.21 | 109.09 | 0.23 | 0.72 |
Hex | AE | C9 | A8 | D | 0 | 10 | 15 | 6D | 17 | 48 |
Octal | 256 | 311 | 250 | 15 | 0 | 20 | 25 | 155 | 27 | 110 |
Binary | 10101110 | 11001001 | 10101000 | 1101 | 0 | 10000 | 10101 | 1101101 | 10111 | 1001000 |
Color Harmonies of #AEC9A8
Complementary color
Monochromatic Colors of #AEC9A8
Black with #AEC9A8
Text Example
Text Example
White with #AEC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9A8; }
p { color: rgb(174,201,168); }
H1.HeaderClassName
{
color: #AEC9A8;
}
.AnyTagClassName
{
color: #AEC9A8;
}
</style>
background-color css
<style>
a { background-color: #AEC9A8; }
a { background-color: rgb(174,201,168); }
div.DivClassName
{
background-color: #AEC9A8;
}
.BgClassName
{
background-color: #AEC9A8;
}
</style>
border-color css
<style>
span { border-color: #AEC9A8; }
span { border-color: rgb(174,201,168); }
td.TdClassName
{
border-color: #AEC9A8;
}
.TagClassName
{
border-color: #AEC9A8;
}
</style>