#AEBBA9

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

Shades of Rainee #AEBBA9

Tints of Rainee #AEBBA9

Color information

#AEBBA9 (or 0xAEBBA9) is unknown color: approx Rainee. HEX triplet: AE, BB and A9. RGB value is (174,187,169). Sum of RGB (Red+Green+Blue) = 174+187+169=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA9 is #514456. Grayscale: #B5B5B5. Windows color (decimal): -5325911 or 11123630. OLE color: 11123630.

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

Color convert

RGB174187169-
CMYK0.0700.100.27
HSL103.33º11.69%69.8%-
HSV(B)103.33º9.63%73.33%-
XYZ42.3947.444.45-
YUV181.06121.19122.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=32.83%
G=35.28%
B=31.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871690.0700.100.27103.3311.6969.8
HexAEBBA970A1B67c46
Octal25627325170123314714106
Binary1010111010111011101010011110101011011110011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBA9; }

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

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

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

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

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

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

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

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