#AACA9C

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

Shades of Spring Rain #AACA9C

Tints of Spring Rain #AACA9C

Color information

#AACA9C (or 0xAACA9C) is unknown color: approx Spring Rain. HEX triplet: AA, CA and 9C. RGB value is (170,202,156). Sum of RGB (Red+Green+Blue) = 170+202+156=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9C is #553563. Grayscale: #BBBBBB. Windows color (decimal): -5584228 or 10275498. OLE color: 10275498.

HSL color Cylindrical-coordinate representation of color #AACA9C: hue angle of 101.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACA9C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB170202156-
CMYK0.1600.230.21
HSL101.74º30.26%70.2%-
HSV(B)101.74º22.77%79.22%-
XYZ43.753.1939.42-
YUV187.19110.4115.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=32.20%
G=38.26%
B=29.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021560.1600.230.21101.7430.2670.2
HexAACA9C1001715661e46
Octal252312234200272514636106
Binary10101010110010101001110010000010111101011100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA9C; }

 p { color: rgb(170,202,156); }

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

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

 a { background-color: rgb(170,202,156); }

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

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

 span { border-color: rgb(170,202,156); }

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