#A0B099

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

Shades of Spring Rain #A0B099

Tints of Spring Rain #A0B099

Color information

#A0B099 (or 0xA0B099) is unknown color: approx Spring Rain. HEX triplet: A0, B0 and 99. RGB value is (160,176,153). Sum of RGB (Red+Green+Blue) = 160+176+153=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B099 is #5F4F66. Grayscale: #A8A8A8. Windows color (decimal): -6246247 or 10072224. OLE color: 10072224.

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

Color convert

RGB160176153-
CMYK0.0900.130.31
HSL101.74º12.71%64.51%-
HSV(B)101.74º13.07%69.02%-
XYZ35.7740.8236.13-
YUV168.59119.2121.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=32.72%
G=35.99%
B=31.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761530.0900.130.31101.7412.7164.51
HexA0B09990D1F66d41
Octal240260231110153714615101
Binary10100000101100001001100110010110111111110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B099; }

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

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

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

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

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

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

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

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