#AEC4AA

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

Shades of Rainee #AEC4AA

Tints of Rainee #AEC4AA

Color information

#AEC4AA (or 0xAEC4AA) is unknown color: approx Rainee. HEX triplet: AE, C4 and AA. RGB value is (174,196,170). Sum of RGB (Red+Green+Blue) = 174+196+170=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4AA is #513B55. Grayscale: #BABABA. Windows color (decimal): -5323606 or 11191470. OLE color: 11191470.

HSL color Cylindrical-coordinate representation of color #AEC4AA: hue angle of 110.77º degrees, saturation: 0.18, 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 #AEC4AA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB174196170-
CMYK0.1100.130.23
HSL110.77º18.06%71.76%-
HSV(B)110.77º13.27%76.86%-
XYZ44.4551.3845.6-
YUV186.46118.71119.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=32.22%
G=36.30%
B=31.48%

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
Decimal1741961700.1100.130.23110.7718.0671.76
HexAEC4AAB0D176f1248
Octal256304252130152715722110
Binary101011101100010010101010101101101101111101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4AA; }

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

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

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

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

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

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

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

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