#A67E57

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

Shades of Muesli #A67E57

Tints of Muesli #A67E57

Color information

#A67E57 (or 0xA67E57) is unknown color: approx Muesli. HEX triplet: A6, 7E and 57. RGB value is (166,126,87). Sum of RGB (Red+Green+Blue) = 166+126+87=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E57 is #5981A8. Grayscale: #858585. Windows color (decimal): -5865897 or 5734054. OLE color: 5734054.

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

Color convert

RGB16612687-
CMYK00.240.480.35
HSL29.62º31.23%49.61%-
HSV(B)29.62º47.59%65.1%-
XYZ24.9123.7212.28-
YUV133.51101.75151.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=43.80%
G=33.25%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661268700.240.480.3529.6231.2349.61
HexA67E5701830231e1f32
Octal2461761270306043363762
Binary10100110111111010101110110001100001000111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E57; }

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

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

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

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

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

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

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

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