#A3AF9D

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

Shades of Spring Rain #A3AF9D

Tints of Spring Rain #A3AF9D

Color information

#A3AF9D (or 0xA3AF9D) is unknown color: approx Spring Rain. HEX triplet: A3, AF and 9D. RGB value is (163,175,157). Sum of RGB (Red+Green+Blue) = 163+175+157=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF9D is #5C5062. Grayscale: #A9A9A9. Windows color (decimal): -6049891 or 10334115. OLE color: 10334115.

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

Color convert

RGB163175157-
CMYK0.0700.100.31
HSL100º10.11%65.1%-
HSV(B)100º10.29%68.63%-
XYZ36.5240.8837.86-
YUV169.36121.02123.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=32.93%
G=35.35%
B=31.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751570.0700.100.3110010.1165.1
HexA3AF9D70A1F64a41
Octal24325723570123714412101
Binary1010001110101111100111011110101011111110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF9D; }

 p { color: rgb(163,175,157); }

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

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

 a { background-color: rgb(163,175,157); }

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

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

 span { border-color: rgb(163,175,157); }

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