#AEC3A1

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

Shades of Spring Rain #AEC3A1

Tints of Spring Rain #AEC3A1

Color information

#AEC3A1 (or 0xAEC3A1) is unknown color: approx Spring Rain. HEX triplet: AE, C3 and A1. RGB value is (174,195,161). Sum of RGB (Red+Green+Blue) = 174+195+161=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3A1 is #513C5E. Grayscale: #B8B8B8. Windows color (decimal): -5323871 or 10601390. OLE color: 10601390.

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

Color convert

RGB174195161-
CMYK0.1100.170.24
HSL97.06º22.08%69.8%-
HSV(B)97.06º17.44%76.47%-
XYZ43.450.641.2-
YUV184.84114.54120.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 161 (63.28% from 255) = 30.38%
R=32.83%
G=36.79%
B=30.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951610.1100.170.2497.0622.0869.8
HexAEC3A1B01118611646
Octal256303241130213014126106
Binary1010111011000011101000011011010001110001100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3A1; }

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

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

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

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

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

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

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

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