#AEC3A0

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

Shades of Spring Rain #AEC3A0

Tints of Spring Rain #AEC3A0

Color information

#AEC3A0 (or 0xAEC3A0) is unknown color: approx Spring Rain. HEX triplet: AE, C3 and A0. RGB value is (174,195,160). Sum of RGB (Red+Green+Blue) = 174+195+160=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3A0 is #513C5F. Grayscale: #B8B8B8. Windows color (decimal): -5323872 or 10535854. OLE color: 10535854.

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

Color convert

RGB174195160-
CMYK0.1100.180.24
HSL96º22.58%69.61%-
HSV(B)96º17.95%76.47%-
XYZ43.3250.5740.74-
YUV184.73114.04120.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=32.89%
G=36.86%
B=30.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951600.1100.180.249622.5869.61
HexAEC3A0B01218601746
Octal256303240130223014027106
Binary1010111011000011101000001011010010110001100000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3A0; }

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

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

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

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

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

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

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

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