#A68259

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

Shades of Muesli #A68259

Tints of Muesli #A68259

Color information

#A68259 (or 0xA68259) is unknown color: approx Muesli. HEX triplet: A6, 82 and 59. RGB value is (166,130,89). Sum of RGB (Red+Green+Blue) = 166+130+89=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68259 is #597DA6. Grayscale: #888888. Windows color (decimal): -5864871 or 5866150. OLE color: 5866150.

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

Color convert

RGB16613089-
CMYK00.220.460.35
HSL31.95º30.2%50%-
HSV(B)31.95º46.39%65.1%-
XYZ25.5124.7912.89-
YUV136.09101.43149.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=43.12%
G=33.77%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661308900.220.460.3531.9530.250
HexA682590162E23201e32
Octal2462021310265643403662
Binary1010011010000010101100101011010111010001110000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68259; }

 p { color: rgb(166,130,89); }

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

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

 a { background-color: rgb(166,130,89); }

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

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

 span { border-color: rgb(166,130,89); }

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