#A1B2A0

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

Shades of Spring Rain #A1B2A0

Tints of Spring Rain #A1B2A0

Color information

#A1B2A0 (or 0xA1B2A0) is unknown color: approx Spring Rain. HEX triplet: A1, B2 and A0. RGB value is (161,178,160). Sum of RGB (Red+Green+Blue) = 161+178+160=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2A0 is #5E4D5F. Grayscale: #AAAAAA. Windows color (decimal): -6180192 or 10531489. OLE color: 10531489.

HSL color Cylindrical-coordinate representation of color #A1B2A0: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2A0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB161178160-
CMYK0.1000.100.30
HSL116.67º10.47%66.27%-
HSV(B)116.67º10.11%69.8%-
XYZ36.9641.9639.41-
YUV170.86121.87120.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=32.26%
G=35.67%
B=32.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781600.1000.100.30116.6710.4766.27
HexA1B2A0A0A1E75a42
Octal241262240120123616512102
Binary10100001101100101010000010100101011110111010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2A0; }

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

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

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

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

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

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

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

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