#A0B999

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

Shades of Spring Rain #A0B999

Tints of Spring Rain #A0B999

Color information

#A0B999 (or 0xA0B999) is unknown color: approx Spring Rain. HEX triplet: A0, B9 and 99. RGB value is (160,185,153). Sum of RGB (Red+Green+Blue) = 160+185+153=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B999 is #5F4666. Grayscale: #ADADAD. Windows color (decimal): -6243943 or 10074528. OLE color: 10074528.

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

Color convert

RGB160185153-
CMYK0.1400.170.27
HSL106.87º18.6%66.27%-
HSV(B)106.87º17.3%72.55%-
XYZ37.644.4736.74-
YUV173.88116.22118.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=32.13%
G=37.15%
B=30.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851530.1400.170.27106.8718.666.27
HexA0B999E0111B6b1342
Octal240271231160213315323102
Binary1010000010111001100110011110010001110111101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B999; }

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

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

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

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

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

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

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

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