#A3B99F

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

Shades of Spring Rain #A3B99F

Tints of Spring Rain #A3B99F

Color information

#A3B99F (or 0xA3B99F) is unknown color: approx Spring Rain. HEX triplet: A3, B9 and 9F. RGB value is (163,185,159). Sum of RGB (Red+Green+Blue) = 163+185+159=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B99F is #5C4660. Grayscale: #AFAFAF. Windows color (decimal): -6047329 or 10467747. OLE color: 10467747.

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

Color convert

RGB163185159-
CMYK0.1200.140.27
HSL110.77º15.66%67.45%-
HSV(B)110.77º14.05%72.55%-
XYZ38.7144.9939.44-
YUV175.46118.71119.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=32.15%
G=36.49%
B=31.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851590.1200.140.27110.7715.6667.45
HexA3B99FC0E1B6f1043
Octal243271237140163315720103
Binary101000111011100110011111110001110110111101111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B99F; }

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

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

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

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

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

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

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

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