#AEBBAC

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

Shades of Rainee #AEBBAC

Tints of Rainee #AEBBAC

Color information

#AEBBAC (or 0xAEBBAC) is unknown color: approx Rainee. HEX triplet: AE, BB and AC. RGB value is (174,187,172). Sum of RGB (Red+Green+Blue) = 174+187+172=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBAC is #514453. Grayscale: #B5B5B5. Windows color (decimal): -5325908 or 11320238. OLE color: 11320238.

HSL color Cylindrical-coordinate representation of color #AEBBAC: hue angle of 112º degrees, saturation: 0.1, 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 #AEBBAC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB174187172-
CMYK0.0700.080.27
HSL112º9.93%70.39%-
HSV(B)112º8.02%73.33%-
XYZ42.6747.5245.95-
YUV181.4122.69122.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=32.65%
G=35.08%
B=32.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871720.0700.080.271129.9370.39
HexAEBBAC7081B70a46
Octal25627325470103316012106
Binary1010111010111011101011001110100011011111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBAC; }

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

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

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

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

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

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

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

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