#A1865A

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

Shades of Muesli #A1865A

Tints of Muesli #A1865A

Color information

#A1865A (or 0xA1865A) is unknown color: approx Muesli. HEX triplet: A1, 86 and 5A. RGB value is (161,134,90). Sum of RGB (Red+Green+Blue) = 161+134+90=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1865A is #5E79A5. Grayscale: #898989. Windows color (decimal): -6191526 or 5932705. OLE color: 5932705.

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

Color convert

RGB16113490-
CMYK00.170.440.37
HSL37.18º28.29%49.22%-
HSV(B)37.18º44.1%63.14%-
XYZ25.0725.3713.25-
YUV137.06101.45145.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=41.82%
G=34.81%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611349000.170.440.3737.1828.2949.22
HexA1865A0112C25251c31
Octal2412061320215445453461
Binary1010000110000110101101001000110110010010110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1865A; }

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

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

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

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

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

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

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

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