#A3B99D

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

Shades of Spring Rain #A3B99D

Tints of Spring Rain #A3B99D

Color information

#A3B99D (or 0xA3B99D) is unknown color: approx Spring Rain. HEX triplet: A3, B9 and 9D. RGB value is (163,185,157). Sum of RGB (Red+Green+Blue) = 163+185+157=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B99D is #5C4662. Grayscale: #AFAFAF. Windows color (decimal): -6047331 or 10336675. OLE color: 10336675.

HSL color Cylindrical-coordinate representation of color #A3B99D: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B99D is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB163185157-
CMYK0.1200.150.27
HSL107.14º16.67%67.06%-
HSV(B)107.14º15.14%72.55%-
XYZ38.5444.9238.54-
YUV175.23117.71119.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=32.28%
G=36.63%
B=31.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851570.1200.150.27107.1416.6767.06
HexA3B99DC0F1B6b1143
Octal243271235140173315321103
Binary101000111011100110011101110001111110111101011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B99D; }

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

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

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

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

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

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

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

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