#A1B99D

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

Shades of Spring Rain #A1B99D

Tints of Spring Rain #A1B99D

Color information

#A1B99D (or 0xA1B99D) is unknown color: approx Spring Rain. HEX triplet: A1, B9 and 9D. RGB value is (161,185,157). Sum of RGB (Red+Green+Blue) = 161+185+157=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B99D is #5E4662. Grayscale: #AEAEAE. Windows color (decimal): -6178403 or 10336673. OLE color: 10336673.

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

Color convert

RGB161185157-
CMYK0.1300.150.27
HSL111.43º16.67%67.06%-
HSV(B)111.43º15.14%72.55%-
XYZ38.1344.7138.52-
YUV174.63118.05118.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=32.01%
G=36.78%
B=31.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851570.1300.150.27111.4316.6767.06
HexA1B99DD0F1B6f1143
Octal241271235150173315721103
Binary101000011011100110011101110101111110111101111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B99D; }

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

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

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

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

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

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

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

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