#A3AF9E

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

Shades of Spring Rain #A3AF9E

Tints of Spring Rain #A3AF9E

Color information

#A3AF9E (or 0xA3AF9E) is unknown color: approx Spring Rain. HEX triplet: A3, AF and 9E. RGB value is (163,175,158). Sum of RGB (Red+Green+Blue) = 163+175+158=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF9E is #5C5061. Grayscale: #A9A9A9. Windows color (decimal): -6049890 or 10399651. OLE color: 10399651.

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

Color convert

RGB163175158-
CMYK0.0700.100.31
HSL102.35º9.6%65.29%-
HSV(B)102.35º9.71%68.63%-
XYZ36.6140.9238.32-
YUV169.47121.52123.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=32.86%
G=35.28%
B=31.85%

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
Decimal1631751580.0700.100.31102.359.665.29
HexA3AF9E70A1F66a41
Octal24325723670123714612101
Binary1010001110101111100111101110101011111110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF9E; }

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

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

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

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

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

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

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

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