Shades of Rainee #AEBEA8
Tints of Rainee #AEBEA8
RGB
CMYK
RGB Variations
Color information
#AEBEA8 (or 0xAEBEA8) is known color: Rainee. HEX triplet: AE, BE and A8. RGB value is (174,190,168). Sum of RGB (Red+Green+Blue) = 174+190+168=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEA8 is #514157. Grayscale: #B6B6B6. Windows color (decimal): -5325144 or 11058862. OLE color: 11058862.
HSL color Cylindrical-coordinate representation of color #AEBEA8: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 174 | 190 | 168 | - |
CMYK | 0.08 | 0 | 0.12 | 0.25 |
HSL | 103.64º | 0.14% | 0.7% | - |
HSV(B) | 103.64º | 0.12% | 0.75% | - |
XYZ | 42.94 | 48.65 | 44.17 | - |
YUV | 182.71 | 119.7 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 190 | 168 | 0.08 | 0 | 0.12 | 0.25 | 103.64 | 0.14 | 0.7 |
Hex | AE | BE | A8 | 8 | 0 | C | 19 | 68 | E | 46 |
Octal | 256 | 276 | 250 | 10 | 0 | 14 | 31 | 150 | 16 | 106 |
Binary | 10101110 | 10111110 | 10101000 | 1000 | 0 | 1100 | 11001 | 1101000 | 1110 | 1000110 |
Color Harmonies of #AEBEA8
Complementary color
Monochromatic Colors of #AEBEA8
Black with #AEBEA8
Text Example
Text Example
White with #AEBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEA8; }
p { color: rgb(174,190,168); }
H1.HeaderClassName
{
color: #AEBEA8;
}
.AnyTagClassName
{
color: #AEBEA8;
}
</style>
background-color css
<style>
a { background-color: #AEBEA8; }
a { background-color: rgb(174,190,168); }
div.DivClassName
{
background-color: #AEBEA8;
}
.BgClassName
{
background-color: #AEBEA8;
}
</style>
border-color css
<style>
span { border-color: #AEBEA8; }
span { border-color: rgb(174,190,168); }
td.TdClassName
{
border-color: #AEBEA8;
}
.TagClassName
{
border-color: #AEBEA8;
}
</style>