#A2AF9B

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

Shades of Spring Rain #A2AF9B

Tints of Spring Rain #A2AF9B

Color information

#A2AF9B (or 0xA2AF9B) is unknown color: approx Spring Rain. HEX triplet: A2, AF and 9B. RGB value is (162,175,155). Sum of RGB (Red+Green+Blue) = 162+175+155=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF9B is #5D5064. Grayscale: #A8A8A8. Windows color (decimal): -6115429 or 10203042. OLE color: 10203042.

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

Color convert

RGB162175155-
CMYK0.0700.110.31
HSL99º11.11%64.71%-
HSV(B)99º11.43%68.63%-
XYZ36.1540.7136.96-
YUV168.83120.19123.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=32.93%
G=35.57%
B=31.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751550.0700.110.319911.1164.71
HexA2AF9B70B1F63b41
Octal24225723370133714313101
Binary1010001010101111100110111110101111111110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF9B; }

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

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

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

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

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

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

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

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