#A1B799

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

Shades of Spring Rain #A1B799

Tints of Spring Rain #A1B799

Color information

#A1B799 (or 0xA1B799) is unknown color: approx Spring Rain. HEX triplet: A1, B7 and 99. RGB value is (161,183,153). Sum of RGB (Red+Green+Blue) = 161+183+153=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B799 is #5E4866. Grayscale: #ADADAD. Windows color (decimal): -6178919 or 10074017. OLE color: 10074017.

HSL color Cylindrical-coordinate representation of color #A1B799: hue angle of 104º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B799 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB161183153-
CMYK0.1200.160.28
HSL104º17.24%65.88%-
HSV(B)104º16.39%71.76%-
XYZ37.3843.7436.61-
YUV173116.71119.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=32.39%
G=36.82%
B=30.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831530.1200.160.2810417.2465.88
HexA1B799C0101C681142
Octal241267231140203415021102
Binary1010000110110111100110011100010000111001101000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B799; }

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

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

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

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

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

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

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

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