#A08756

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

Shades of Muesli #A08756

Tints of Muesli #A08756

Color information

#A08756 (or 0xA08756) is unknown color: approx Muesli. HEX triplet: A0, 87 and 56. RGB value is (160,135,86). Sum of RGB (Red+Green+Blue) = 160+135+86=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08756 is #5F78A9. Grayscale: #898989. Windows color (decimal): -6256810 or 5670816. OLE color: 5670816.

HSL color Cylindrical-coordinate representation of color #A08756: hue angle of 39.73º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A08756 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16013586-
CMYK00.160.460.37
HSL39.73º30.08%48.24%-
HSV(B)39.73º46.25%62.75%-
XYZ24.8425.4712.41-
YUV136.8999.28144.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=41.99%
G=35.43%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601358600.160.460.3739.7330.0848.24
HexA087560102E25281e30
Octal2402071260205645503660
Binary1010000010000111101011001000010111010010110100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08756; }

 p { color: rgb(160,135,86); }

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

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

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

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

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

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

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