#A0B69F

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

Shades of Spring Rain #A0B69F

Tints of Spring Rain #A0B69F

Color information

#A0B69F (or 0xA0B69F) is unknown color: approx Spring Rain. HEX triplet: A0, B6 and 9F. RGB value is (160,182,159). Sum of RGB (Red+Green+Blue) = 160+182+159=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B69F is #5F4960. Grayscale: #ACACAC. Windows color (decimal): -6244705 or 10466976. OLE color: 10466976.

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

Color convert

RGB160182159-
CMYK0.1200.130.29
HSL117.39º13.61%66.86%-
HSV(B)117.39º12.64%71.37%-
XYZ37.4843.4339.21-
YUV172.8120.21118.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=31.94%
G=36.33%
B=31.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821590.1200.130.29117.3913.6166.86
HexA0B69FC0D1D75e43
Octal240266237140153516516103
Binary10100000101101101001111111000110111101111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B69F; }

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

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

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

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

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

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

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

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