#A0B19E

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

Shades of Spring Rain #A0B19E

Tints of Spring Rain #A0B19E

Color information

#A0B19E (or 0xA0B19E) is unknown color: approx Spring Rain. HEX triplet: A0, B1 and 9E. RGB value is (160,177,158). Sum of RGB (Red+Green+Blue) = 160+177+158=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B19E is #5F4E61. Grayscale: #A9A9A9. Windows color (decimal): -6245986 or 10400160. OLE color: 10400160.

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

Color convert

RGB160177158-
CMYK0.1000.110.31
HSL113.68º10.86%65.69%-
HSV(B)113.68º10.73%69.41%-
XYZ36.3941.3938.42-
YUV169.75121.37121.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=32.32%
G=35.76%
B=31.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601771580.1000.110.31113.6810.8665.69
HexA0B19EA0B1F72b42
Octal240261236120133716213102
Binary10100000101100011001111010100101111111111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B19E; }

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

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

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

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

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

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

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

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