#A0794F

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

Shades of Muesli #A0794F

Tints of Muesli #A0794F

Color information

#A0794F (or 0xA0794F) is unknown color: approx Muesli. HEX triplet: A0, 79 and 4F. RGB value is (160,121,79). Sum of RGB (Red+Green+Blue) = 160+121+79=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A0794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0794F is #5F86B0. Grayscale: #808080. Windows color (decimal): -6260401 or 5208480. OLE color: 5208480.

HSL color Cylindrical-coordinate representation of color #A0794F: hue angle of 31.11º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0794F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16012179-
CMYK00.240.510.37
HSL31.11º33.89%46.86%-
HSV(B)31.11º50.63%62.75%-
XYZ22.7521.7110.39-
YUV127.87100.42150.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=44.44%
G=33.61%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601217900.240.510.3731.1133.8946.86
HexA0794F01833251f222f
Octal2401711170306345374257
Binary101000001111001100111101100011001110010111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0794F; }

 p { color: rgb(160,121,79); }

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

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

 a { background-color: rgb(160,121,79); }

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

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

 span { border-color: rgb(160,121,79); }

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