#A67F55

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

Shades of Muesli #A67F55

Tints of Muesli #A67F55

Color information

#A67F55 (or 0xA67F55) is unknown color: approx Muesli. HEX triplet: A6, 7F and 55. RGB value is (166,127,85). Sum of RGB (Red+Green+Blue) = 166+127+85=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F55 is #5980AA. Grayscale: #868686. Windows color (decimal): -5865643 or 5603238. OLE color: 5603238.

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

Color convert

RGB16612785-
CMYK00.230.490.35
HSL31.11º32.27%49.22%-
HSV(B)31.11º48.8%65.1%-
XYZ24.9523.9411.9-
YUV133.87100.42150.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=43.92%
G=33.60%
B=22.49%

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
Decimal1661278500.230.490.3531.1132.2749.22
HexA67F5501731231f2031
Octal2461771250276143374061
Binary101001101111111101010101011111000110001111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F55; }

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

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

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

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

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

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

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

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