#AEC4AB

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

Shades of Rainee #AEC4AB

Tints of Rainee #AEC4AB

Color information

#AEC4AB (or 0xAEC4AB) is unknown color: approx Rainee. HEX triplet: AE, C4 and AB. RGB value is (174,196,171). Sum of RGB (Red+Green+Blue) = 174+196+171=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4AB is #513B54. Grayscale: #BABABA. Windows color (decimal): -5323605 or 11257006. OLE color: 11257006.

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

Color convert

RGB174196171-
CMYK0.1100.130.23
HSL112.8º17.48%71.96%-
HSV(B)112.8º12.76%76.86%-
XYZ44.5551.4246.11-
YUV186.57119.21119.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=32.16%
G=36.23%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961710.1100.130.23112.817.4871.96
HexAEC4ABB0D17711148
Octal256304253130152716121110
Binary101011101100010010101011101101101101111110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4AB; }

 p { color: rgb(174,196,171); }

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

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

 a { background-color: rgb(174,196,171); }

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

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

 span { border-color: rgb(174,196,171); }

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