#A67C54

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

Shades of Muesli #A67C54

Tints of Muesli #A67C54

Color information

#A67C54 (or 0xA67C54) is unknown color: approx Muesli. HEX triplet: A6, 7C and 54. RGB value is (166,124,84). Sum of RGB (Red+Green+Blue) = 166+124+84=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C54 is #5983AB. Grayscale: #848484. Windows color (decimal): -5866412 or 5536934. OLE color: 5536934.

HSL color Cylindrical-coordinate representation of color #A67C54: hue angle of 29.27º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67C54 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16612484-
CMYK00.250.490.35
HSL29.27º32.8%49.02%-
HSV(B)29.27º49.4%65.1%-
XYZ24.5323.1611.57-
YUV132100.91152.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=44.39%
G=33.16%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661248400.250.490.3529.2732.849.02
HexA67C5401931231d2131
Octal2461741240316143354161
Binary101001101111100101010001100111000110001111101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C54; }

 p { color: rgb(166,124,84); }

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

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

 a { background-color: rgb(166,124,84); }

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

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

 span { border-color: rgb(166,124,84); }

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