#A2865C

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

Shades of Muesli #A2865C

Tints of Muesli #A2865C

Color information

#A2865C (or 0xA2865C) is unknown color: approx Muesli. HEX triplet: A2, 86 and 5C. RGB value is (162,134,92). Sum of RGB (Red+Green+Blue) = 162+134+92=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2865C is #5D79A3. Grayscale: #898989. Windows color (decimal): -6125988 or 6063778. OLE color: 6063778.

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

Color convert

RGB16213492-
CMYK00.170.430.36
HSL36º27.56%49.8%-
HSV(B)36º43.21%63.53%-
XYZ25.3625.513.71-
YUV137.58102.28145.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=41.75%
G=34.54%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621349200.170.430.363627.5649.8
HexA2865C0112B24241c32
Octal2422061340215344443462
Binary1010001010000110101110001000110101110010010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2865C; }

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

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

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

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

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

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

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

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