#AAD29C

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

Shades of Spring Rain #AAD29C

Tints of Spring Rain #AAD29C

Color information

#AAD29C (or 0xAAD29C) is unknown color: approx Spring Rain. HEX triplet: AA, D2 and 9C. RGB value is (170,210,156). Sum of RGB (Red+Green+Blue) = 170+210+156=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD29C is #552D63. Grayscale: #C0C0C0. Windows color (decimal): -5582180 or 10277546. OLE color: 10277546.

HSL color Cylindrical-coordinate representation of color #AAD29C: hue angle of 104.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD29C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB170210156-
CMYK0.1900.260.18
HSL104.44º37.5%71.76%-
HSV(B)104.44º25.71%82.35%-
XYZ45.6257.0440.06-
YUV191.88107.75112.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=31.72%
G=39.18%
B=29.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101560.1900.260.18104.4437.571.76
HexAAD29C1301A12682648
Octal252322234230322215046110
Binary101010101101001010011100100110110101001011010001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD29C; }

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

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

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

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

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

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

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

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