#A1B99F

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

Shades of Spring Rain #A1B99F

Tints of Spring Rain #A1B99F

Color information

#A1B99F (or 0xA1B99F) is unknown color: approx Spring Rain. HEX triplet: A1, B9 and 9F. RGB value is (161,185,159). Sum of RGB (Red+Green+Blue) = 161+185+159=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B99F is #5E4660. Grayscale: #AEAEAE. Windows color (decimal): -6178401 or 10467745. OLE color: 10467745.

HSL color Cylindrical-coordinate representation of color #A1B99F: hue angle of 115.38º 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 #A1B99F is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB161185159-
CMYK0.1300.140.27
HSL115.38º15.66%67.45%-
HSV(B)115.38º14.05%72.55%-
XYZ38.344.7839.43-
YUV174.86119.05118.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=31.88%
G=36.63%
B=31.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851590.1300.140.27115.3815.6667.45
HexA1B99FD0E1B731043
Octal241271237150163316320103
Binary101000011011100110011111110101110110111110011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B99F; }

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

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

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

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

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

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

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

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