Shades of Rainee #AECFA5
Tints of Rainee #AECFA5
RGB
CMYK
RGB Variations
Color information
#AECFA5 (or 0xAECFA5) is known color: Rainee. HEX triplet: AE, CF and A5. RGB value is (174,207,165). Sum of RGB (Red+Green+Blue) = 174+207+165=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA5 is #51305A. Grayscale: #C0C0C0. Windows color (decimal): -5320795 or 10866606. OLE color: 10866606.
HSL color Cylindrical-coordinate representation of color #AECFA5: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECFA5 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 165 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.19 |
| HSL | 107.14º | 0.3% | 0.73% | - |
| HSV(B) | 107.14º | 0.2% | 0.81% | - |
| XYZ | 46.56 | 56.34 | 44.02 | - |
| YUV | 192.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 165 | 0.16 | 0 | 0.20 | 0.19 | 107.14 | 0.3 | 0.73 |
| Hex | AE | CF | A5 | 10 | 0 | 14 | 13 | 6B | 1E | 49 |
| Octal | 256 | 317 | 245 | 20 | 0 | 24 | 23 | 153 | 36 | 111 |
| Binary | 10101110 | 11001111 | 10100101 | 10000 | 0 | 10100 | 10011 | 1101011 | 11110 | 1001001 |
Color Harmonies of #AECFA5
Complementary color
Monochromatic Colors of #AECFA5
Black with #AECFA5
Text Example
Text Example
White with #AECFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFA5; }
p { color: rgb(174,207,165); }
H1.HeaderClassName
{
color: #AECFA5;
}
.AnyTagClassName
{
color: #AECFA5;
}
</style>
background-color css
<style>
a { background-color: #AECFA5; }
a { background-color: rgb(174,207,165); }
div.DivClassName
{
background-color: #AECFA5;
}
.BgClassName
{
background-color: #AECFA5;
}
</style>
border-color css
<style>
span { border-color: #AECFA5; }
span { border-color: rgb(174,207,165); }
td.TdClassName
{
border-color: #AECFA5;
}
.TagClassName
{
border-color: #AECFA5;
}
</style>