#AECCA0

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

Shades of Spring Rain #AECCA0

Tints of Spring Rain #AECCA0

Color information

#AECCA0 (or 0xAECCA0) is unknown color: approx Spring Rain. HEX triplet: AE, CC and A0. RGB value is (174,204,160). Sum of RGB (Red+Green+Blue) = 174+204+160=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCA0 is #51335F. Grayscale: #BEBEBE. Windows color (decimal): -5321568 or 10538158. OLE color: 10538158.

HSL color Cylindrical-coordinate representation of color #AECCA0: hue angle of 100.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB174204160-
CMYK0.1500.220.2
HSL100.91º30.14%71.37%-
HSV(B)100.91º21.57%80%-
XYZ45.3954.7241.43-
YUV190.01111.06116.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=32.34%
G=37.92%
B=29.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041600.1500.220.2100.9130.1471.37
HexAECCA0F01614651e47
Octal256314240170262414536107
Binary1010111011001100101000001111010110101001100101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCA0; }

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

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

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

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

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

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

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

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