Shades of Rainee #AEBEAB
Tints of Rainee #AEBEAB
RGB
CMYK
RGB Variations
Color information
#AEBEAB (or 0xAEBEAB) is known color: Rainee. HEX triplet: AE, BE and AB. RGB value is (174,190,171). Sum of RGB (Red+Green+Blue) = 174+190+171=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEAB is #514154. Grayscale: #B7B7B7. Windows color (decimal): -5325141 or 11255470. OLE color: 11255470.
HSL color Cylindrical-coordinate representation of color #AEBEAB: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBEAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 190 | 171 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.25 |
| HSL | 110.53º | 0.13% | 0.71% | - |
| HSV(B) | 110.53º | 0.1% | 0.75% | - |
| XYZ | 43.22 | 48.77 | 45.66 | - |
| YUV | 183.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 171 | 0.08 | 0 | 0.10 | 0.25 | 110.53 | 0.13 | 0.71 |
| Hex | AE | BE | AB | 8 | 0 | A | 19 | 6F | D | 47 |
| Octal | 256 | 276 | 253 | 10 | 0 | 12 | 31 | 157 | 15 | 107 |
| Binary | 10101110 | 10111110 | 10101011 | 1000 | 0 | 1010 | 11001 | 1101111 | 1101 | 1000111 |
Color Harmonies of #AEBEAB
Complementary color
Monochromatic Colors of #AEBEAB
Black with #AEBEAB
Text Example
Text Example
White with #AEBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEAB; }
p { color: rgb(174,190,171); }
H1.HeaderClassName
{
color: #AEBEAB;
}
.AnyTagClassName
{
color: #AEBEAB;
}
</style>
background-color css
<style>
a { background-color: #AEBEAB; }
a { background-color: rgb(174,190,171); }
div.DivClassName
{
background-color: #AEBEAB;
}
.BgClassName
{
background-color: #AEBEAB;
}
</style>
border-color css
<style>
span { border-color: #AEBEAB; }
span { border-color: rgb(174,190,171); }
td.TdClassName
{
border-color: #AEBEAB;
}
.TagClassName
{
border-color: #AEBEAB;
}
</style>