Shades of Rainee #AEB9AB
Tints of Rainee #AEB9AB
RGB
CMYK
RGB Variations
Color information
#AEB9AB (or 0xAEB9AB) is known color: Rainee. HEX triplet: AE, B9 and AB. RGB value is (174,185,171). Sum of RGB (Red+Green+Blue) = 174+185+171=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9AB is #514654. Grayscale: #B4B4B4. Windows color (decimal): -5326421 or 11254190. OLE color: 11254190.
HSL color Cylindrical-coordinate representation of color #AEB9AB: hue angle of 107.14º degrees, saturation: 0.09, 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 #AEB9AB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 174 | 185 | 171 | - |
CMYK | 0.06 | 0 | 0.08 | 0.27 |
HSL | 107.14º | 0.09% | 0.7% | - |
HSV(B) | 107.14º | 0.08% | 0.73% | - |
XYZ | 42.16 | 46.64 | 45.31 | - |
YUV | 180.12 | 122.86 | 123.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 185 | 171 | 0.06 | 0 | 0.08 | 0.27 | 107.14 | 0.09 | 0.7 |
Hex | AE | B9 | AB | 6 | 0 | 8 | 1B | 6B | 9 | 46 |
Octal | 256 | 271 | 253 | 6 | 0 | 10 | 33 | 153 | 11 | 106 |
Binary | 10101110 | 10111001 | 10101011 | 110 | 0 | 1000 | 11011 | 1101011 | 1001 | 1000110 |
Color Harmonies of #AEB9AB
Complementary color
Monochromatic Colors of #AEB9AB
Black with #AEB9AB
Text Example
Text Example
White with #AEB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB9AB; }
p { color: rgb(174,185,171); }
H1.HeaderClassName
{
color: #AEB9AB;
}
.AnyTagClassName
{
color: #AEB9AB;
}
</style>
background-color css
<style>
a { background-color: #AEB9AB; }
a { background-color: rgb(174,185,171); }
div.DivClassName
{
background-color: #AEB9AB;
}
.BgClassName
{
background-color: #AEB9AB;
}
</style>
border-color css
<style>
span { border-color: #AEB9AB; }
span { border-color: rgb(174,185,171); }
td.TdClassName
{
border-color: #AEB9AB;
}
.TagClassName
{
border-color: #AEB9AB;
}
</style>