#A67849

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

Shades of Muesli #A67849

Tints of Muesli #A67849

Color information

#A67849 (or 0xA67849) is unknown color: approx Muesli. HEX triplet: A6, 78 and 49. RGB value is (166,120,73). Sum of RGB (Red+Green+Blue) = 166+120+73=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A67849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67849 is #5987B6. Grayscale: #808080. Windows color (decimal): -5867447 or 4815014. OLE color: 4815014.

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

Color convert

RGB16612073-
CMYK00.280.560.35
HSL30.32º38.91%46.86%-
HSV(B)30.32º56.02%65.1%-
XYZ23.6422.029.31-
YUV128.496.74154.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=46.24%
G=33.43%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661207300.280.560.3530.3238.9146.86
HexA6784901C38231e272f
Octal2461701110347043364757
Binary101001101111000100100101110011100010001111110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67849; }

 p { color: rgb(166,120,73); }

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

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

 a { background-color: rgb(166,120,73); }

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

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

 span { border-color: rgb(166,120,73); }

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