#AACCA2

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

Shades of Spring Rain #AACCA2

Tints of Spring Rain #AACCA2

Color information

#AACCA2 (or 0xAACCA2) is unknown color: approx Spring Rain. HEX triplet: AA, CC and A2. RGB value is (170,204,162). Sum of RGB (Red+Green+Blue) = 170+204+162=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA2 is #55335D. Grayscale: #BDBDBD. Windows color (decimal): -5583710 or 10669226. OLE color: 10669226.

HSL color Cylindrical-coordinate representation of color #AACCA2: hue angle of 108.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACCA2 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB170204162-
CMYK0.1700.210.2
HSL108.57º29.17%71.76%-
HSV(B)108.57º20.59%80%-
XYZ44.6954.3442.32-
YUV189.05112.74114.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=31.72%
G=38.06%
B=30.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041620.1700.210.2108.5729.1771.76
HexAACCA211015146d1d48
Octal252314242210252415535110
Binary10101010110011001010001010001010101101001101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCA2; }

 p { color: rgb(170,204,162); }

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

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

 a { background-color: rgb(170,204,162); }

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

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

 span { border-color: rgb(170,204,162); }

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