#A2AFA1

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

Shades of Spring Rain #A2AFA1

Tints of Spring Rain #A2AFA1

Color information

#A2AFA1 (or 0xA2AFA1) is unknown color: approx Spring Rain. HEX triplet: A2, AF and A1. RGB value is (162,175,161). Sum of RGB (Red+Green+Blue) = 162+175+161=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFA1 is #5D505E. Grayscale: #A9A9A9. Windows color (decimal): -6115423 or 10596258. OLE color: 10596258.

HSL color Cylindrical-coordinate representation of color #A2AFA1: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2AFA1 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB162175161-
CMYK0.0700.080.31
HSL115.71º8.05%65.88%-
HSV(B)115.71º8%68.63%-
XYZ36.6640.9139.68-
YUV169.52123.19122.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=32.53%
G=35.14%
B=32.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751610.0700.080.31115.718.0565.88
HexA2AFA17081F74842
Octal24225724170103716410102
Binary1010001010101111101000011110100011111111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFA1; }

 p { color: rgb(162,175,161); }

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

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

 a { background-color: rgb(162,175,161); }

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

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

 span { border-color: rgb(162,175,161); }

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