#A2865B

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

Shades of Muesli #A2865B

Tints of Muesli #A2865B

Color information

#A2865B (or 0xA2865B) is unknown color: approx Muesli. HEX triplet: A2, 86 and 5B. RGB value is (162,134,91). Sum of RGB (Red+Green+Blue) = 162+134+91=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2865B is #5D79A4. Grayscale: #898989. Windows color (decimal): -6125989 or 5998242. OLE color: 5998242.

HSL color Cylindrical-coordinate representation of color #A2865B: hue angle of 36.34º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2865B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16213491-
CMYK00.170.440.36
HSL36.34º28.06%49.61%-
HSV(B)36.34º43.83%63.53%-
XYZ25.3125.4913.48-
YUV137.47101.78145.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=41.86%
G=34.63%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621349100.170.440.3636.3428.0649.61
HexA2865B0112C24241c32
Octal2422061330215444443462
Binary1010001010000110101101101000110110010010010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2865B; }

 p { color: rgb(162,134,91); }

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

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

 a { background-color: rgb(162,134,91); }

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

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

 span { border-color: rgb(162,134,91); }

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