Shades of Rainee #AECBA5
Tints of Rainee #AECBA5
RGB
CMYK
RGB Variations
Color information
#AECBA5 (or 0xAECBA5) is known color: Rainee. HEX triplet: AE, CB and A5. RGB value is (174,203,165). Sum of RGB (Red+Green+Blue) = 174+203+165=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA5 is #51345A. Grayscale: #BEBEBE. Windows color (decimal): -5321819 or 10865582. OLE color: 10865582.
HSL color Cylindrical-coordinate representation of color #AECBA5: hue angle of 105.79º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECBA5 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 203 | 165 | - |
CMYK | 0.14 | 0 | 0.19 | 0.20 |
HSL | 105.79º | 0.27% | 0.72% | - |
HSV(B) | 105.79º | 0.19% | 0.8% | - |
XYZ | 45.6 | 54.43 | 43.7 | - |
YUV | 190 | 113.89 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 203 | 165 | 0.14 | 0 | 0.19 | 0.20 | 105.79 | 0.27 | 0.72 |
Hex | AE | CB | A5 | E | 0 | 13 | 14 | 6A | 1B | 48 |
Octal | 256 | 313 | 245 | 16 | 0 | 23 | 24 | 152 | 33 | 110 |
Binary | 10101110 | 11001011 | 10100101 | 1110 | 0 | 10011 | 10100 | 1101010 | 11011 | 1001000 |
Color Harmonies of #AECBA5
Complementary color
Monochromatic Colors of #AECBA5
Black with #AECBA5
Text Example
Text Example
White with #AECBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBA5; }
p { color: rgb(174,203,165); }
H1.HeaderClassName
{
color: #AECBA5;
}
.AnyTagClassName
{
color: #AECBA5;
}
</style>
background-color css
<style>
a { background-color: #AECBA5; }
a { background-color: rgb(174,203,165); }
div.DivClassName
{
background-color: #AECBA5;
}
.BgClassName
{
background-color: #AECBA5;
}
</style>
border-color css
<style>
span { border-color: #AECBA5; }
span { border-color: rgb(174,203,165); }
td.TdClassName
{
border-color: #AECBA5;
}
.TagClassName
{
border-color: #AECBA5;
}
</style>