#A67F54

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

Shades of Muesli #A67F54

Tints of Muesli #A67F54

Color information

#A67F54 (or 0xA67F54) is unknown color: approx Muesli. HEX triplet: A6, 7F and 54. RGB value is (166,127,84). Sum of RGB (Red+Green+Blue) = 166+127+84=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F54 is #5980AB. Grayscale: #858585. Windows color (decimal): -5865644 or 5537702. OLE color: 5537702.

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

Color convert

RGB16612784-
CMYK00.230.490.35
HSL31.46º32.8%49.02%-
HSV(B)31.46º49.4%65.1%-
XYZ24.9223.9311.69-
YUV133.7699.92151-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=44.03%
G=33.69%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661278400.230.490.3531.4632.849.02
HexA67F5401731231f2131
Octal2461771240276143374161
Binary101001101111111101010001011111000110001111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F54; }

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

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

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

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

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

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

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

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