#A07544

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

Shades of Muesli #A07544

Tints of Muesli #A07544

Color information

#A07544 (or 0xA07544) is unknown color: approx Muesli. HEX triplet: A0, 75 and 44. RGB value is (160,117,68). Sum of RGB (Red+Green+Blue) = 160+117+68=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07544 is #5F8ABB. Grayscale: #7C7C7C. Windows color (decimal): -6261436 or 4486560. OLE color: 4486560.

HSL color Cylindrical-coordinate representation of color #A07544: hue angle of 31.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A07544 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16011768-
CMYK00.270.570.37
HSL31.96º40.35%44.71%-
HSV(B)31.96º57.5%62.75%-
XYZ21.920.618.29-
YUV124.2796.25153.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=46.38%
G=33.91%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601176800.270.570.3731.9640.3544.71
HexA0754401B392520282d
Octal2401651040337145405055
Binary1010000011101011000100011011111001100101100000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07544; }

 p { color: rgb(160,117,68); }

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

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

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

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

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

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

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