#A0B799

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

Shades of Spring Rain #A0B799

Tints of Spring Rain #A0B799

Color information

#A0B799 (or 0xA0B799) is unknown color: approx Spring Rain. HEX triplet: A0, B7 and 99. RGB value is (160,183,153). Sum of RGB (Red+Green+Blue) = 160+183+153=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B799 is #5F4866. Grayscale: #ACACAC. Windows color (decimal): -6244455 or 10074016. OLE color: 10074016.

HSL color Cylindrical-coordinate representation of color #A0B799: hue angle of 106º 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 #A0B799 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB160183153-
CMYK0.1300.160.28
HSL106º17.24%65.88%-
HSV(B)106º16.39%71.76%-
XYZ37.1843.6436.6-
YUV172.7116.88118.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=32.26%
G=36.90%
B=30.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831530.1300.160.2810617.2465.88
HexA0B799D0101C6a1142
Octal240267231150203415221102
Binary1010000010110111100110011101010000111001101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B799; }

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

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

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

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

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

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

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

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