#AACAA1

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

Shades of Spring Rain #AACAA1

Tints of Spring Rain #AACAA1

Color information

#AACAA1 (or 0xAACAA1) is unknown color: approx Spring Rain. HEX triplet: AA, CA and A1. RGB value is (170,202,161). Sum of RGB (Red+Green+Blue) = 170+202+161=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA1 is #55355E. Grayscale: #BBBBBB. Windows color (decimal): -5584223 or 10603178. OLE color: 10603178.

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

Color convert

RGB170202161-
CMYK0.1600.200.21
HSL106.83º27.89%71.18%-
HSV(B)106.83º20.3%79.22%-
XYZ44.1353.3641.69-
YUV187.76112.9115.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=31.89%
G=37.90%
B=30.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021610.1600.200.21106.8327.8971.18
HexAACAA110014156b1c47
Octal252312241200242515334107
Binary10101010110010101010000110000010100101011101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA1; }

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

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

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

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

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

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

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

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