#A3C3A2

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

Shades of Spring Rain #A3C3A2

Tints of Spring Rain #A3C3A2

Color information

#A3C3A2 (or 0xA3C3A2) is unknown color: approx Spring Rain. HEX triplet: A3, C3 and A2. RGB value is (163,195,162). Sum of RGB (Red+Green+Blue) = 163+195+162=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C3A2 is #5C3C5D. Grayscale: #B5B5B5. Windows color (decimal): -6044766 or 10666915. OLE color: 10666915.

HSL color Cylindrical-coordinate representation of color #A3C3A2: hue angle of 118.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C3A2 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB163195162-
CMYK0.1600.170.24
HSL118.18º21.57%70%-
HSV(B)118.18º16.92%76.47%-
XYZ41.1449.4341.55-
YUV181.67116.9114.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=31.35%
G=37.5%
B=31.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951620.1600.170.24118.1821.5770
HexA3C3A21001118761646
Octal243303242200213016626106
Binary10100011110000111010001010000010001110001110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C3A2; }

 p { color: rgb(163,195,162); }

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

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

 a { background-color: rgb(163,195,162); }

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

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

 span { border-color: rgb(163,195,162); }

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