#AACAA0

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

Shades of Spring Rain #AACAA0

Tints of Spring Rain #AACAA0

Color information

#AACAA0 (or 0xAACAA0) is unknown color: approx Spring Rain. HEX triplet: AA, CA and A0. RGB value is (170,202,160). Sum of RGB (Red+Green+Blue) = 170+202+160=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA0 is #55355F. Grayscale: #BBBBBB. Windows color (decimal): -5584224 or 10537642. OLE color: 10537642.

HSL color Cylindrical-coordinate representation of color #AACAA0: hue angle of 105.71º degrees, saturation: 0.28, 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 #AACAA0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB170202160-
CMYK0.1600.210.21
HSL105.71º28.38%70.98%-
HSV(B)105.71º20.79%79.22%-
XYZ44.0453.3341.23-
YUV187.64112.4115.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=31.95%
G=37.97%
B=30.08%

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
Decimal1702021600.1600.210.21105.7128.3870.98
HexAACAA010015156a1c47
Octal252312240200252515234107
Binary10101010110010101010000010000010101101011101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA0; }

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

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

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

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

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

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

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

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