#A3CA9C

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

Shades of Spring Rain #A3CA9C

Tints of Spring Rain #A3CA9C

Color information

#A3CA9C (or 0xA3CA9C) is unknown color: approx Spring Rain. HEX triplet: A3, CA and 9C. RGB value is (163,202,156). Sum of RGB (Red+Green+Blue) = 163+202+156=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA9C is #5C3563. Grayscale: #B9B9B9. Windows color (decimal): -6042980 or 10275491. OLE color: 10275491.

HSL color Cylindrical-coordinate representation of color #A3CA9C: hue angle of 110.87º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3CA9C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB163202156-
CMYK0.1900.230.21
HSL110.87º30.26%70.2%-
HSV(B)110.87º22.77%79.22%-
XYZ42.2352.4339.35-
YUV185.09111.58112.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=31.29%
G=38.77%
B=29.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021560.1900.230.21110.8730.2670.2
HexA3CA9C13017156f1e46
Octal243312234230272515736106
Binary10100011110010101001110010011010111101011101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA9C; }

 p { color: rgb(163,202,156); }

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

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

 a { background-color: rgb(163,202,156); }

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

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

 span { border-color: rgb(163,202,156); }

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