#A08456

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

Shades of Muesli #A08456

Tints of Muesli #A08456

Color information

#A08456 (or 0xA08456) is unknown color: approx Muesli. HEX triplet: A0, 84 and 56. RGB value is (160,132,86). Sum of RGB (Red+Green+Blue) = 160+132+86=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08456 is #5F7BA9. Grayscale: #878787. Windows color (decimal): -6257578 or 5670048. OLE color: 5670048.

HSL color Cylindrical-coordinate representation of color #A08456: hue angle of 37.3º 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 #A08456 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16013286-
CMYK00.170.460.37
HSL37.3º30.08%48.24%-
HSV(B)37.3º46.25%62.75%-
XYZ24.4324.6512.27-
YUV135.13100.28145.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=42.33%
G=34.92%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601328600.170.460.3737.330.0848.24
HexA084560112E25251e30
Octal2402041260215645453660
Binary1010000010000100101011001000110111010010110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08456; }

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

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

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

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

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

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

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

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