Shades of Rainee #AEBBAC
Tints of Rainee #AEBBAC
RGB
CMYK
RGB Variations
Color information
#AEBBAC (or 0xAEBBAC) is known color: Rainee. HEX triplet: AE, BB and AC. RGB value is (174,187,172). Sum of RGB (Red+Green+Blue) = 174+187+172=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBAC is #514453. Grayscale: #B5B5B5. Windows color (decimal): -5325908 or 11320238. OLE color: 11320238.
HSL color Cylindrical-coordinate representation of color #AEBBAC: hue angle of 112º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBBAC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 172 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.27 |
| HSL | 112º | 0.1% | 0.7% | - |
| HSV(B) | 112º | 0.08% | 0.73% | - |
| XYZ | 42.67 | 47.52 | 45.95 | - |
| YUV | 181.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 172 | 0.07 | 0 | 0.08 | 0.27 | 112 | 0.1 | 0.7 |
| Hex | AE | BB | AC | 7 | 0 | 8 | 1B | 70 | A | 46 |
| Octal | 256 | 273 | 254 | 7 | 0 | 10 | 33 | 160 | 12 | 106 |
| Binary | 10101110 | 10111011 | 10101100 | 111 | 0 | 1000 | 11011 | 1110000 | 1010 | 1000110 |
Color Harmonies of #AEBBAC
Complementary color
Monochromatic Colors of #AEBBAC
Black with #AEBBAC
Text Example
Text Example
White with #AEBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBAC; }
p { color: rgb(174,187,172); }
H1.HeaderClassName
{
color: #AEBBAC;
}
.AnyTagClassName
{
color: #AEBBAC;
}
</style>
background-color css
<style>
a { background-color: #AEBBAC; }
a { background-color: rgb(174,187,172); }
div.DivClassName
{
background-color: #AEBBAC;
}
.BgClassName
{
background-color: #AEBBAC;
}
</style>
border-color css
<style>
span { border-color: #AEBBAC; }
span { border-color: rgb(174,187,172); }
td.TdClassName
{
border-color: #AEBBAC;
}
.TagClassName
{
border-color: #AEBBAC;
}
</style>