#a3794a

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

Shades of Muesli #A3794A

Tints of Muesli #A3794A

Color information

#A3794A (or 0xA3794A) is unknown color: approx Muesli. HEX triplet: A3, 79 and 4A. RGB value is (163,121,74). Sum of RGB (Red+Green+Blue) = 163+121+74=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3794A is #5C86B5. Grayscale: #808080. Windows color (decimal): -6063798 or 4880803. OLE color: 4880803.

HSL color Cylindrical-coordinate representation of color #A3794A: hue angle of 31.69º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3794A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16312174-
CMYK00.260.550.36
HSL31.69º37.55%46.47%-
HSV(B)31.69º54.6%63.92%-
XYZ23.1821.969.49-
YUV128.297.41152.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=45.53%
G=33.80%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631217400.260.550.3631.6937.5546.47
HexA3794A01A372420262e
Octal2431711120326744404656
Binary1010001111110011001010011010110111100100100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3794a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3794a; }

 p { color: rgb(163,121,74); }

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

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

 a { background-color: rgb(163,121,74); }

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

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

 span { border-color: rgb(163,121,74); }

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