#A1B199

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

Shades of Spring Rain #A1B199

Tints of Spring Rain #A1B199

Color information

#A1B199 (or 0xA1B199) is unknown color: approx Spring Rain. HEX triplet: A1, B1 and 99. RGB value is (161,177,153). Sum of RGB (Red+Green+Blue) = 161+177+153=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B199 is #5E4E66. Grayscale: #A9A9A9. Windows color (decimal): -6180455 or 10072481. OLE color: 10072481.

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

Color convert

RGB161177153-
CMYK0.0900.140.31
HSL100º13.33%64.71%-
HSV(B)100º13.56%69.41%-
XYZ36.1741.3236.21-
YUV169.48118.7121.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=32.79%
G=36.05%
B=31.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771530.0900.140.3110013.3364.71
HexA1B19990E1F64d41
Octal241261231110163714415101
Binary10100001101100011001100110010111011111110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B199; }

 p { color: rgb(161,177,153); }

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

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

 a { background-color: rgb(161,177,153); }

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

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

 span { border-color: rgb(161,177,153); }

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