#A67D56

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

Shades of Muesli #A67D56

Tints of Muesli #A67D56

Color information

#A67D56 (or 0xA67D56) is unknown color: approx Muesli. HEX triplet: A6, 7D and 56. RGB value is (166,125,86). Sum of RGB (Red+Green+Blue) = 166+125+86=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D56 is #5982A9. Grayscale: #858585. Windows color (decimal): -5866154 or 5668262. OLE color: 5668262.

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

Color convert

RGB16612586-
CMYK00.250.480.35
HSL29.25º31.75%49.41%-
HSV(B)29.25º48.19%65.1%-
XYZ24.7423.4512.03-
YUV132.81101.58151.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=44.03%
G=33.16%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661258600.250.480.3529.2531.7549.41
HexA67D5601930231d2031
Octal2461751260316043354061
Binary101001101111101101011001100111000010001111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D56; }

 p { color: rgb(166,125,86); }

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

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

 a { background-color: rgb(166,125,86); }

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

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

 span { border-color: rgb(166,125,86); }

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