#A1B49A

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

Shades of Spring Rain #A1B49A

Tints of Spring Rain #A1B49A

Color information

#A1B49A (or 0xA1B49A) is unknown color: approx Spring Rain. HEX triplet: A1, B4 and 9A. RGB value is (161,180,154). Sum of RGB (Red+Green+Blue) = 161+180+154=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B49A is #5E4B65. Grayscale: #ABABAB. Windows color (decimal): -6179686 or 10138785. OLE color: 10138785.

HSL color Cylindrical-coordinate representation of color #A1B49A: hue angle of 103.85º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B49A is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB161180154-
CMYK0.1100.140.29
HSL103.85º14.77%65.49%-
HSV(B)103.85º14.44%70.59%-
XYZ36.8542.5536.84-
YUV171.36118.21120.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=32.53%
G=36.36%
B=31.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801540.1100.140.29103.8514.7765.49
HexA1B49AB0E1D68f41
Octal241264232130163515017101
Binary10100001101101001001101010110111011101110100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B49A; }

 p { color: rgb(161,180,154); }

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

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

 a { background-color: rgb(161,180,154); }

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

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

 span { border-color: rgb(161,180,154); }

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