#A2AF9E

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

Shades of Spring Rain #A2AF9E

Tints of Spring Rain #A2AF9E

Color information

#A2AF9E (or 0xA2AF9E) is unknown color: approx Spring Rain. HEX triplet: A2, AF and 9E. RGB value is (162,175,158). Sum of RGB (Red+Green+Blue) = 162+175+158=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF9E is #5D5061. Grayscale: #A9A9A9. Windows color (decimal): -6115426 or 10399650. OLE color: 10399650.

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

Color convert

RGB162175158-
CMYK0.0700.100.31
HSL105.88º9.6%65.29%-
HSV(B)105.88º9.71%68.63%-
XYZ36.440.8138.31-
YUV169.18121.69122.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=32.73%
G=35.35%
B=31.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751580.0700.100.31105.889.665.29
HexA2AF9E70A1F6aa41
Octal24225723670123715212101
Binary1010001010101111100111101110101011111110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF9E; }

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

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

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

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

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

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

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

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