#A4AF9F

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

Shades of Spring Rain #A4AF9F

Tints of Spring Rain #A4AF9F

Color information

#A4AF9F (or 0xA4AF9F) is unknown color: approx Spring Rain. HEX triplet: A4, AF and 9F. RGB value is (164,175,159). Sum of RGB (Red+Green+Blue) = 164+175+159=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF9F is #5B5060. Grayscale: #A9A9A9. Windows color (decimal): -5984353 or 10465188. OLE color: 10465188.

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

Color convert

RGB164175159-
CMYK0.0600.090.31
HSL101.25º9.09%65.49%-
HSV(B)101.25º9.14%68.63%-
XYZ36.941.0638.78-
YUV169.89121.86123.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=32.93%
G=35.14%
B=31.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751590.0600.090.31101.259.0965.49
HexA4AF9F6091F65941
Octal24425723760113714511101
Binary1010010010101111100111111100100111111110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF9F; }

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

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

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

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

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

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

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

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