#A67748

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

Shades of Muesli #A67748

Tints of Muesli #A67748

Color information

#A67748 (or 0xA67748) is unknown color: approx Muesli. HEX triplet: A6, 77 and 48. RGB value is (166,119,72). Sum of RGB (Red+Green+Blue) = 166+119+72=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A67748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67748 is #5988B7. Grayscale: #7F7F7F. Windows color (decimal): -5867704 or 4749222. OLE color: 4749222.

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

Color convert

RGB16611972-
CMYK00.280.570.35
HSL30º39.5%46.67%-
HSV(B)30º56.63%65.1%-
XYZ23.4921.779.09-
YUV127.796.57155.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=46.50%
G=33.33%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661197200.280.570.353039.546.67
HexA6774801C39231e272f
Octal2461671100347143364757
Binary101001101110111100100001110011100110001111110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67748; }

 p { color: rgb(166,119,72); }

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

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

 a { background-color: rgb(166,119,72); }

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

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

 span { border-color: rgb(166,119,72); }

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