Shades of Rainee #AEC2A8
Tints of Rainee #AEC2A8
RGB
CMYK
RGB Variations
Color information
#AEC2A8 (or 0xAEC2A8) is known color: Rainee. HEX triplet: AE, C2 and A8. RGB value is (174,194,168). Sum of RGB (Red+Green+Blue) = 174+194+168=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2A8 is #513D57. Grayscale: #B9B9B9. Windows color (decimal): -5324120 or 11059886. OLE color: 11059886.
HSL color Cylindrical-coordinate representation of color #AEC2A8: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC2A8 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 194 | 168 | - |
CMYK | 0.10 | 0 | 0.13 | 0.24 |
HSL | 106.15º | 0.18% | 0.71% | - |
HSV(B) | 106.15º | 0.13% | 0.76% | - |
XYZ | 43.82 | 50.41 | 44.47 | - |
YUV | 185.06 | 118.37 | 120.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 194 | 168 | 0.10 | 0 | 0.13 | 0.24 | 106.15 | 0.18 | 0.71 |
Hex | AE | C2 | A8 | A | 0 | D | 18 | 6A | 12 | 47 |
Octal | 256 | 302 | 250 | 12 | 0 | 15 | 30 | 152 | 22 | 107 |
Binary | 10101110 | 11000010 | 10101000 | 1010 | 0 | 1101 | 11000 | 1101010 | 10010 | 1000111 |
Color Harmonies of #AEC2A8
Complementary color
Monochromatic Colors of #AEC2A8
Black with #AEC2A8
Text Example
Text Example
White with #AEC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2A8; }
p { color: rgb(174,194,168); }
H1.HeaderClassName
{
color: #AEC2A8;
}
.AnyTagClassName
{
color: #AEC2A8;
}
</style>
background-color css
<style>
a { background-color: #AEC2A8; }
a { background-color: rgb(174,194,168); }
div.DivClassName
{
background-color: #AEC2A8;
}
.BgClassName
{
background-color: #AEC2A8;
}
</style>
border-color css
<style>
span { border-color: #AEC2A8; }
span { border-color: rgb(174,194,168); }
td.TdClassName
{
border-color: #AEC2A8;
}
.TagClassName
{
border-color: #AEC2A8;
}
</style>