#AECAA2

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

Shades of Spring Rain #AECAA2

Tints of Spring Rain #AECAA2

Color information

#AECAA2 (or 0xAECAA2) is unknown color: approx Spring Rain. HEX triplet: AE, CA and A2. RGB value is (174,202,162). Sum of RGB (Red+Green+Blue) = 174+202+162=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA2 is #51355D. Grayscale: #BDBDBD. Windows color (decimal): -5322078 or 10668718. OLE color: 10668718.

HSL color Cylindrical-coordinate representation of color #AECAA2: hue angle of 102º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECAA2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB174202162-
CMYK0.1400.200.21
HSL102º27.4%71.37%-
HSV(B)102º19.8%79.22%-
XYZ45.153.8542.2-
YUV189.07112.72117.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=32.34%
G=37.55%
B=30.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021620.1400.200.2110227.471.37
HexAECAA2E01415661b47
Octal256312242160242514633107
Binary1010111011001010101000101110010100101011100110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAA2; }

 p { color: rgb(174,202,162); }

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

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

 a { background-color: rgb(174,202,162); }

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

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

 span { border-color: rgb(174,202,162); }

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