#A5794C

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

Shades of Muesli #A5794C

Tints of Muesli #A5794C

Color information

#A5794C (or 0xA5794C) is unknown color: approx Muesli. HEX triplet: A5, 79 and 4C. RGB value is (165,121,76). Sum of RGB (Red+Green+Blue) = 165+121+76=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5794C is #5A86B3. Grayscale: #818181. Windows color (decimal): -5932724 or 5011877. OLE color: 5011877.

HSL color Cylindrical-coordinate representation of color #A5794C: hue angle of 30.34º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5794C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16512176-
CMYK00.270.540.35
HSL30.34º36.93%47.25%-
HSV(B)30.34º53.94%64.71%-
XYZ23.6622.29.87-
YUV129.0398.08153.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=45.58%
G=33.43%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651217600.270.540.3530.3436.9347.25
HexA5794C01B36231e252f
Octal2451711140336643364557
Binary101001011111001100110001101111011010001111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5794C; }

 p { color: rgb(165,121,76); }

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

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

 a { background-color: rgb(165,121,76); }

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

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

 span { border-color: rgb(165,121,76); }

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