#A2AFA0

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

Shades of Spring Rain #A2AFA0

Tints of Spring Rain #A2AFA0

Color information

#A2AFA0 (or 0xA2AFA0) is unknown color: approx Spring Rain. HEX triplet: A2, AF and A0. RGB value is (162,175,160). Sum of RGB (Red+Green+Blue) = 162+175+160=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFA0 is #5D505F. Grayscale: #A9A9A9. Windows color (decimal): -6115424 or 10530722. OLE color: 10530722.

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

Color convert

RGB162175160-
CMYK0.0700.090.31
HSL112º8.57%65.69%-
HSV(B)112º8.57%68.63%-
XYZ36.5840.8839.22-
YUV169.4122.69122.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=32.60%
G=35.21%
B=32.19%

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
Decimal1621751600.0700.090.311128.5765.69
HexA2AFA07091F70942
Octal24225724070113716011102
Binary1010001010101111101000001110100111111111000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFA0; }

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

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

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

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

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

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

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

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