#A0B19C

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

Shades of Spring Rain #A0B19C

Tints of Spring Rain #A0B19C

Color information

#A0B19C (or 0xA0B19C) is unknown color: approx Spring Rain. HEX triplet: A0, B1 and 9C. RGB value is (160,177,156). Sum of RGB (Red+Green+Blue) = 160+177+156=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B19C is #5F4E63. Grayscale: #A9A9A9. Windows color (decimal): -6245988 or 10269088. OLE color: 10269088.

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

Color convert

RGB160177156-
CMYK0.1000.120.31
HSL108.57º11.86%65.29%-
HSV(B)108.57º11.86%69.41%-
XYZ36.2241.3237.52-
YUV169.52120.37121.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=32.45%
G=35.90%
B=31.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601771560.1000.120.31108.5711.8665.29
HexA0B19CA0C1F6dc41
Octal240261234120143715514101
Binary10100000101100011001110010100110011111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B19C; }

 p { color: rgb(160,177,156); }

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

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

 a { background-color: rgb(160,177,156); }

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

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

 span { border-color: rgb(160,177,156); }

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