#A4AFA1

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

Shades of Spring Rain #A4AFA1

Tints of Spring Rain #A4AFA1

Color information

#A4AFA1 (or 0xA4AFA1) is unknown color: approx Spring Rain. HEX triplet: A4, AF and A1. RGB value is (164,175,161). Sum of RGB (Red+Green+Blue) = 164+175+161=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFA1 is #5B505E. Grayscale: #AAAAAA. Windows color (decimal): -5984351 or 10596260. OLE color: 10596260.

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

Color convert

RGB164175161-
CMYK0.0600.080.31
HSL107.14º8.05%65.88%-
HSV(B)107.14º8%68.63%-
XYZ37.0741.1339.7-
YUV170.12122.86123.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=32.8%
G=35%
B=32.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751610.0600.080.31107.148.0565.88
HexA4AFA16081F6b842
Octal24425724160103715310102
Binary1010010010101111101000011100100011111110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFA1; }

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

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

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

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

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

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

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

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