#A67E54

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

Shades of Muesli #A67E54

Tints of Muesli #A67E54

Color information

#A67E54 (or 0xA67E54) is unknown color: approx Muesli. HEX triplet: A6, 7E and 54. RGB value is (166,126,84). Sum of RGB (Red+Green+Blue) = 166+126+84=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E54 is #5981AB. Grayscale: #858585. Windows color (decimal): -5865900 or 5537446. OLE color: 5537446.

HSL color Cylindrical-coordinate representation of color #A67E54: hue angle of 30.73º 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 #A67E54 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16612684-
CMYK00.240.490.35
HSL30.73º32.8%49.02%-
HSV(B)30.73º49.4%65.1%-
XYZ24.7923.6711.65-
YUV133.17100.25151.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=44.15%
G=33.51%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661268400.240.490.3530.7332.849.02
HexA67E5401831231f2131
Octal2461761240306143374161
Binary101001101111110101010001100011000110001111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E54; }

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

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

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

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

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

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

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

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