#A1B9A0

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

Shades of Spring Rain #A1B9A0

Tints of Spring Rain #A1B9A0

Color information

#A1B9A0 (or 0xA1B9A0) is unknown color: approx Spring Rain. HEX triplet: A1, B9 and A0. RGB value is (161,185,160). Sum of RGB (Red+Green+Blue) = 161+185+160=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9A0 is #5E465F. Grayscale: #AFAFAF. Windows color (decimal): -6178400 or 10533281. OLE color: 10533281.

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

Color convert

RGB161185160-
CMYK0.1300.140.27
HSL117.6º15.15%67.65%-
HSV(B)117.6º13.51%72.55%-
XYZ38.3944.8139.88-
YUV174.97119.55118.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=31.82%
G=36.56%
B=31.62%

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
Decimal1611851600.1300.140.27117.615.1567.65
HexA1B9A0D0E1B76f44
Octal241271240150163316617104
Binary10100001101110011010000011010111011011111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9A0; }

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

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

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

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

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

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

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

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