Shades of Rainee #AEBAAB
Tints of Rainee #AEBAAB
RGB
CMYK
RGB Variations
Color information
#AEBAAB (or 0xAEBAAB) is known color: Rainee. HEX triplet: AE, BA and AB. RGB value is (174,186,171). Sum of RGB (Red+Green+Blue) = 174+186+171=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAAB is #514554. Grayscale: #B4B4B4. Windows color (decimal): -5326165 or 11254446. OLE color: 11254446.
HSL color Cylindrical-coordinate representation of color #AEBAAB: hue angle of 108º 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 #AEBAAB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 171 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.27 |
| HSL | 108º | 0.1% | 0.7% | - |
| HSV(B) | 108º | 0.08% | 0.73% | - |
| XYZ | 42.37 | 47.06 | 45.38 | - |
| YUV | 180.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 171 | 0.06 | 0 | 0.08 | 0.27 | 108 | 0.1 | 0.7 |
| Hex | AE | BA | AB | 6 | 0 | 8 | 1B | 6C | A | 46 |
| Octal | 256 | 272 | 253 | 6 | 0 | 10 | 33 | 154 | 12 | 106 |
| Binary | 10101110 | 10111010 | 10101011 | 110 | 0 | 1000 | 11011 | 1101100 | 1010 | 1000110 |
Color Harmonies of #AEBAAB
Complementary color
Monochromatic Colors of #AEBAAB
Black with #AEBAAB
Text Example
Text Example
White with #AEBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAAB; }
p { color: rgb(174,186,171); }
H1.HeaderClassName
{
color: #AEBAAB;
}
.AnyTagClassName
{
color: #AEBAAB;
}
</style>
background-color css
<style>
a { background-color: #AEBAAB; }
a { background-color: rgb(174,186,171); }
div.DivClassName
{
background-color: #AEBAAB;
}
.BgClassName
{
background-color: #AEBAAB;
}
</style>
border-color css
<style>
span { border-color: #AEBAAB; }
span { border-color: rgb(174,186,171); }
td.TdClassName
{
border-color: #AEBAAB;
}
.TagClassName
{
border-color: #AEBAAB;
}
</style>