#A3C3A3

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

Shades of Spring Rain #A3C3A3

Tints of Spring Rain #A3C3A3

Color information

#A3C3A3 (or 0xA3C3A3) is unknown color: approx Spring Rain. HEX triplet: A3, C3 and A3. RGB value is (163,195,163). Sum of RGB (Red+Green+Blue) = 163+195+163=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C3A3 is #5C3C5C. Grayscale: #B5B5B5. Windows color (decimal): -6044765 or 10732451. OLE color: 10732451.

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

Color convert

RGB163195163-
CMYK0.1600.160.24
HSL120º21.05%70.2%-
HSV(B)120º16.41%76.47%-
XYZ41.2349.4642.02-
YUV181.78117.4114.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=31.29%
G=37.43%
B=31.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951630.1600.160.2412021.0570.2
HexA3C3A31001018781546
Octal243303243200203017025106
Binary10100011110000111010001110000010000110001111000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C3A3; }

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

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

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

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

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

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

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

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