#A0B6A0

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

Shades of Spring Rain #A0B6A0

Tints of Spring Rain #A0B6A0

Color information

#A0B6A0 (or 0xA0B6A0) is unknown color: approx Spring Rain. HEX triplet: A0, B6 and A0. RGB value is (160,182,160). Sum of RGB (Red+Green+Blue) = 160+182+160=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6A0 is #5F495F. Grayscale: #ACACAC. Windows color (decimal): -6244704 or 10532512. OLE color: 10532512.

HSL color Cylindrical-coordinate representation of color #A0B6A0: hue angle of 120º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B6A0 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB160182160-
CMYK0.1200.120.29
HSL120º13.1%67.06%-
HSV(B)120º12.09%71.37%-
XYZ37.5743.4739.67-
YUV172.91120.71118.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=31.87%
G=36.25%
B=31.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821600.1200.120.2912013.167.06
HexA0B6A0C0C1D78d43
Octal240266240140143517015103
Binary10100000101101101010000011000110011101111100011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6A0; }

 p { color: rgb(160,182,160); }

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

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

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

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

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

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

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