#A1865C

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

Shades of Muesli #A1865C

Tints of Muesli #A1865C

Color information

#A1865C (or 0xA1865C) is unknown color: approx Muesli. HEX triplet: A1, 86 and 5C. RGB value is (161,134,92). Sum of RGB (Red+Green+Blue) = 161+134+92=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1865C is #5E79A3. Grayscale: #898989. Windows color (decimal): -6191524 or 6063777. OLE color: 6063777.

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

Color convert

RGB16113492-
CMYK00.170.430.37
HSL36.52º27.27%49.61%-
HSV(B)36.52º42.86%63.14%-
XYZ25.1525.413.7-
YUV137.28102.45144.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=41.60%
G=34.63%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611349200.170.430.3736.5227.2749.61
HexA1865C0112B25251b32
Octal2412061340215345453362
Binary1010000110000110101110001000110101110010110010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1865C; }

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

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

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

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

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

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

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

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