#A68057

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

Shades of Muesli #A68057

Tints of Muesli #A68057

Color information

#A68057 (or 0xA68057) is unknown color: approx Muesli. HEX triplet: A6, 80 and 57. RGB value is (166,128,87). Sum of RGB (Red+Green+Blue) = 166+128+87=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68057 is #597FA8. Grayscale: #868686. Windows color (decimal): -5865385 or 5734566. OLE color: 5734566.

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

Color convert

RGB16612887-
CMYK00.230.480.35
HSL31.14º31.23%49.61%-
HSV(B)31.14º47.59%65.1%-
XYZ25.1724.2312.37-
YUV134.69101.09150.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=43.57%
G=33.60%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661288700.230.480.3531.1431.2349.61
HexA6805701730231f1f32
Octal2462001270276043373762
Binary101001101000000010101110101111100001000111111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68057; }

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

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

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

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

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

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

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

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