#A1AFA0

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

Shades of Spring Rain #A1AFA0

Tints of Spring Rain #A1AFA0

Color information

#A1AFA0 (or 0xA1AFA0) is unknown color: approx Spring Rain. HEX triplet: A1, AF and A0. RGB value is (161,175,160). Sum of RGB (Red+Green+Blue) = 161+175+160=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA0 is #5E505F. Grayscale: #A9A9A9. Windows color (decimal): -6180960 or 10530721. OLE color: 10530721.

HSL color Cylindrical-coordinate representation of color #A1AFA0: hue angle of 116º 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 #A1AFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB161175160-
CMYK0.0800.090.31
HSL116º8.57%65.69%-
HSV(B)116º8.57%68.63%-
XYZ36.3740.7839.21-
YUV169.1122.86122.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=32.46%
G=35.28%
B=32.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751600.0800.090.311168.5765.69
HexA1AFA08091F74942
Octal241257240100113716411102
Binary10100001101011111010000010000100111111111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFA0; }

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

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

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

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

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

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

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

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