#AEC2A3

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

Shades of Spring Rain #AEC2A3

Tints of Spring Rain #AEC2A3

Color information

#AEC2A3 (or 0xAEC2A3) is unknown color: approx Spring Rain. HEX triplet: AE, C2 and A3. RGB value is (174,194,163). Sum of RGB (Red+Green+Blue) = 174+194+163=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2A3 is #513D5C. Grayscale: #B8B8B8. Windows color (decimal): -5324125 or 10732206. OLE color: 10732206.

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

Color convert

RGB174194163-
CMYK0.1000.160.24
HSL98.71º20.26%70%-
HSV(B)98.71º15.98%76.08%-
XYZ43.3650.2342.06-
YUV184.49115.87120.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 163 (64.06% from 255) = 30.70%
R=32.77%
G=36.53%
B=30.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941630.1000.160.2498.7120.2670
HexAEC2A3A01018631446
Octal256302243120203014324106
Binary1010111011000010101000111010010000110001100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2A3; }

 p { color: rgb(174,194,163); }

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

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

 a { background-color: rgb(174,194,163); }

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

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

 span { border-color: rgb(174,194,163); }

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