#A4AD9F

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

Shades of Spring Rain #A4AD9F

Tints of Spring Rain #A4AD9F

Color information

#A4AD9F (or 0xA4AD9F) is unknown color: approx Spring Rain. HEX triplet: A4, AD and 9F. RGB value is (164,173,159). Sum of RGB (Red+Green+Blue) = 164+173+159=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD9F is #5B5260. Grayscale: #A8A8A8. Windows color (decimal): -5984865 or 10464676. OLE color: 10464676.

HSL color Cylindrical-coordinate representation of color #A4AD9F: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4AD9F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB164173159-
CMYK0.0500.080.32
HSL98.57º7.87%65.1%-
HSV(B)98.57º8.09%67.84%-
XYZ36.5140.2838.65-
YUV168.71122.52124.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=33.06%
G=34.88%
B=32.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731590.0500.080.3298.577.8765.1
HexA4AD9F5082063841
Octal24425523750104014310101
Binary10100100101011011001111110101000100000110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD9F; }

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

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

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

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

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

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

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

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