#A1845B

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

Shades of Muesli #A1845B

Tints of Muesli #A1845B

Color information

#A1845B (or 0xA1845B) is unknown color: approx Muesli. HEX triplet: A1, 84 and 5B. RGB value is (161,132,91). Sum of RGB (Red+Green+Blue) = 161+132+91=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845B is #5E7BA4. Grayscale: #888888. Windows color (decimal): -6192037 or 5997729. OLE color: 5997729.

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

Color convert

RGB16113291-
CMYK00.180.430.37
HSL35.14º27.78%49.41%-
HSV(B)35.14º43.48%63.14%-
XYZ24.8424.8313.38-
YUV136102.61145.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=41.93%
G=34.38%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611329100.180.430.3735.1427.7849.41
HexA1845B0122B25231c31
Octal2412041330225345433461
Binary1010000110000100101101101001010101110010110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1845B; }

 p { color: rgb(161,132,91); }

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

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

 a { background-color: rgb(161,132,91); }

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

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

 span { border-color: rgb(161,132,91); }

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