#AACA9F

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

Shades of Spring Rain #AACA9F

Tints of Spring Rain #AACA9F

Color information

#AACA9F (or 0xAACA9F) is unknown color: approx Spring Rain. HEX triplet: AA, CA and 9F. RGB value is (170,202,159). Sum of RGB (Red+Green+Blue) = 170+202+159=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9F is #553560. Grayscale: #BBBBBB. Windows color (decimal): -5584225 or 10472106. OLE color: 10472106.

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

Color convert

RGB170202159-
CMYK0.1600.210.21
HSL104.65º28.86%70.78%-
HSV(B)104.65º21.29%79.22%-
XYZ43.9653.2940.77-
YUV187.53111.9115.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=32.02%
G=38.04%
B=29.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021590.1600.210.21104.6528.8670.78
HexAACA9F1001515691d47
Octal252312237200252515135107
Binary10101010110010101001111110000010101101011101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA9F; }

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

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

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

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

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

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

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

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