#A0B29F

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

Shades of Spring Rain #A0B29F

Tints of Spring Rain #A0B29F

Color information

#A0B29F (or 0xA0B29F) is unknown color: approx Spring Rain. HEX triplet: A0, B2 and 9F. RGB value is (160,178,159). Sum of RGB (Red+Green+Blue) = 160+178+159=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B29F is #5F4D60. Grayscale: #AAAAAA. Windows color (decimal): -6245729 or 10465952. OLE color: 10465952.

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

Color convert

RGB160178159-
CMYK0.1000.110.30
HSL116.84º10.98%66.08%-
HSV(B)116.84º10.67%69.8%-
XYZ36.6841.8238.94-
YUV170.45121.54120.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=32.19%
G=35.81%
B=31.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601781590.1000.110.30116.8410.9866.08
HexA0B29FA0B1E75b42
Octal240262237120133616513102
Binary10100000101100101001111110100101111110111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B29F; }

 p { color: rgb(160,178,159); }

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

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

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

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

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

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

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