#A2AF9F

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

Shades of Spring Rain #A2AF9F

Tints of Spring Rain #A2AF9F

Color information

#A2AF9F (or 0xA2AF9F) is unknown color: approx Spring Rain. HEX triplet: A2, AF and 9F. RGB value is (162,175,159). Sum of RGB (Red+Green+Blue) = 162+175+159=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF9F is #5D5060. Grayscale: #A9A9A9. Windows color (decimal): -6115425 or 10465186. OLE color: 10465186.

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

Color convert

RGB162175159-
CMYK0.0700.090.31
HSL108.75º9.09%65.49%-
HSV(B)108.75º9.14%68.63%-
XYZ36.4940.8438.76-
YUV169.29122.19122.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=32.66%
G=35.28%
B=32.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751590.0700.090.31108.759.0965.49
HexA2AF9F7091F6d941
Octal24225723770113715511101
Binary1010001010101111100111111110100111111110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF9F; }

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

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

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

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

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

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

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

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