#A4C3A2

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

Shades of Spring Rain #A4C3A2

Tints of Spring Rain #A4C3A2

Color information

#A4C3A2 (or 0xA4C3A2) is unknown color: approx Spring Rain. HEX triplet: A4, C3 and A2. RGB value is (164,195,162). Sum of RGB (Red+Green+Blue) = 164+195+162=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C3A2 is #5B3C5D. Grayscale: #B6B6B6. Windows color (decimal): -5979230 or 10666916. OLE color: 10666916.

HSL color Cylindrical-coordinate representation of color #A4C3A2: hue angle of 116.36º 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 #A4C3A2 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB164195162-
CMYK0.1600.170.24
HSL116.36º21.57%70%-
HSV(B)116.36º16.92%76.47%-
XYZ41.3549.5341.56-
YUV181.97116.73115.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=31.48%
G=37.43%
B=31.09%

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
Decimal1641951620.1600.170.24116.3621.5770
HexA4C3A21001118741646
Octal244303242200213016426106
Binary10100100110000111010001010000010001110001110100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C3A2; }

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

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

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

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

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

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

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

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