#AACDA3

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

Shades of Spring Rain #AACDA3

Tints of Spring Rain #AACDA3

Color information

#AACDA3 (or 0xAACDA3) is unknown color: approx Spring Rain. HEX triplet: AA, CD and A3. RGB value is (170,205,163). Sum of RGB (Red+Green+Blue) = 170+205+163=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA3 is #55325C. Grayscale: #BDBDBD. Windows color (decimal): -5583453 or 10735018. OLE color: 10735018.

HSL color Cylindrical-coordinate representation of color #AACDA3: hue angle of 110º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACDA3 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB170205163-
CMYK0.1700.200.20
HSL110º29.58%72.16%-
HSV(B)110º20.49%80.39%-
XYZ45.0254.8542.87-
YUV189.75112.9113.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=31.60%
G=38.10%
B=30.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051630.1700.200.2011029.5872.16
HexAACDA311014146e1e48
Octal252315243210242415636110
Binary10101010110011011010001110001010100101001101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDA3; }

 p { color: rgb(170,205,163); }

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

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

 a { background-color: rgb(170,205,163); }

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

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

 span { border-color: rgb(170,205,163); }

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