#AAD1A2

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

Shades of Spring Rain #AAD1A2

Tints of Spring Rain #AAD1A2

Color information

#AAD1A2 (or 0xAAD1A2) is unknown color: approx Spring Rain. HEX triplet: AA, D1 and A2. RGB value is (170,209,162). Sum of RGB (Red+Green+Blue) = 170+209+162=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1A2 is #552E5D. Grayscale: #C0C0C0. Windows color (decimal): -5582430 or 10670506. OLE color: 10670506.

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

Color convert

RGB170209162-
CMYK0.1900.220.18
HSL109.79º33.81%72.75%-
HSV(B)109.79º22.49%81.96%-
XYZ45.956.7642.72-
YUV191.98111.08112.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=31.42%
G=38.63%
B=29.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091620.1900.220.18109.7933.8172.75
HexAAD1A213016126e2249
Octal252321242230262215642111
Binary101010101101000110100010100110101101001011011101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1A2; }

 p { color: rgb(170,209,162); }

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

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

 a { background-color: rgb(170,209,162); }

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

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

 span { border-color: rgb(170,209,162); }

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