#A1B09D

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

Shades of Spring Rain #A1B09D

Tints of Spring Rain #A1B09D

Color information

#A1B09D (or 0xA1B09D) is unknown color: approx Spring Rain. HEX triplet: A1, B0 and 9D. RGB value is (161,176,157). Sum of RGB (Red+Green+Blue) = 161+176+157=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B09D is #5E4F62. Grayscale: #A9A9A9. Windows color (decimal): -6180707 or 10334369. OLE color: 10334369.

HSL color Cylindrical-coordinate representation of color #A1B09D: hue angle of 107.37º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B09D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB161176157-
CMYK0.0900.110.31
HSL107.37º10.73%65.29%-
HSV(B)107.37º10.8%69.02%-
XYZ36.3141.0637.91-
YUV169.35121.03122.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=32.59%
G=35.63%
B=31.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761570.0900.110.31107.3710.7365.29
HexA1B09D90B1F6bb41
Octal241260235110133715313101
Binary10100001101100001001110110010101111111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B09D; }

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

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

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

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

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

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

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

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