#A5C2A2

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

Shades of Spring Rain #A5C2A2

Tints of Spring Rain #A5C2A2

Color information

#A5C2A2 (or 0xA5C2A2) is unknown color: approx Spring Rain. HEX triplet: A5, C2 and A2. RGB value is (165,194,162). Sum of RGB (Red+Green+Blue) = 165+194+162=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C2A2 is #5A3D5D. Grayscale: #B5B5B5. Windows color (decimal): -5913950 or 10666661. OLE color: 10666661.

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

Color convert

RGB165194162-
CMYK0.1500.160.24
HSL114.37º20.78%69.8%-
HSV(B)114.37º16.49%76.08%-
XYZ41.3349.1941.5-
YUV181.68116.89116.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=31.67%
G=37.24%
B=31.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941620.1500.160.24114.3720.7869.8
HexA5C2A2F01018721546
Octal245302242170203016225106
Binary1010010111000010101000101111010000110001110010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C2A2; }

 p { color: rgb(165,194,162); }

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

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

 a { background-color: rgb(165,194,162); }

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

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

 span { border-color: rgb(165,194,162); }

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