#AEC5AA

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

Shades of Rainee #AEC5AA

Tints of Rainee #AEC5AA

Color information

#AEC5AA (or 0xAEC5AA) is unknown color: approx Rainee. HEX triplet: AE, C5 and AA. RGB value is (174,197,170). Sum of RGB (Red+Green+Blue) = 174+197+170=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC5AA is #513A55. Grayscale: #BBBBBB. Windows color (decimal): -5323350 or 11191726. OLE color: 11191726.

HSL color Cylindrical-coordinate representation of color #AEC5AA: hue angle of 111.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC5AA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB174197170-
CMYK0.1200.140.23
HSL111.11º18.88%71.96%-
HSV(B)111.11º13.71%77.25%-
XYZ44.6851.8345.68-
YUV187.04118.38118.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=32.16%
G=36.41%
B=31.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741971700.1200.140.23111.1118.8871.96
HexAEC5AAC0E176f1348
Octal256305252140162715723110
Binary101011101100010110101010110001110101111101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5AA; }

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

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

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

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

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

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

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

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