#AEC3AA

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

Shades of Rainee #AEC3AA

Tints of Rainee #AEC3AA

Color information

#AEC3AA (or 0xAEC3AA) is unknown color: approx Rainee. HEX triplet: AE, C3 and AA. RGB value is (174,195,170). Sum of RGB (Red+Green+Blue) = 174+195+170=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3AA is #513C55. Grayscale: #B9B9B9. Windows color (decimal): -5323862 or 11191214. OLE color: 11191214.

HSL color Cylindrical-coordinate representation of color #AEC3AA: hue angle of 110.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC3AA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB174195170-
CMYK0.1100.130.24
HSL110.4º17.24%71.57%-
HSV(B)110.4º12.82%76.47%-
XYZ44.2350.9345.53-
YUV185.87119.04119.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=32.28%
G=36.18%
B=31.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951700.1100.130.24110.417.2471.57
HexAEC3AAB0D186e1148
Octal256303252130153015621110
Binary101011101100001110101010101101101110001101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3AA; }

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

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

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

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

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

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

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

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