#AEBBAA

Color #AEBBAA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AEBBAA

Tints of Rainee #AEBBAA

Color information

#AEBBAA (or 0xAEBBAA) is unknown color: approx Rainee. HEX triplet: AE, BB and AA. RGB value is (174,187,170). Sum of RGB (Red+Green+Blue) = 174+187+170=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBAA is #514455. Grayscale: #B5B5B5. Windows color (decimal): -5325910 or 11189166. OLE color: 11189166.

HSL color Cylindrical-coordinate representation of color #AEBBAA: hue angle of 105.88º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBBAA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB174187170-
CMYK0.0700.090.27
HSL105.88º11.11%70%-
HSV(B)105.88º9.09%73.33%-
XYZ42.4847.4444.95-
YUV181.18121.69122.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=32.77%
G=35.22%
B=32.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871700.0700.090.27105.8811.1170
HexAEBBAA7091B6ab46
Octal25627325270113315213106
Binary1010111010111011101010101110100111011110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBAA; }

 p { color: rgb(174,187,170); }

 H1.HeaderClassName
 {
   color: #AEBBAA;
 }
 .AnyTagClassName
 {
   color: #AEBBAA;
 }
</style>
background-color css

<style>
 a { background-color: #AEBBAA; }

 a { background-color: rgb(174,187,170); }

 div.DivClassName
 {
   background-color: #AEBBAA;
 }
 .BgClassName
 {
   background-color: #AEBBAA;
 }
</style>
border-color css

<style>
 span { border-color: #AEBBAA; }

 span { border-color: rgb(174,187,170); }

 td.TdClassName
 {
   border-color: #AEBBAA;
 }
 .TagClassName
 {
   border-color: #AEBBAA;
 }
</style>