#A3845B

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

Shades of Muesli #A3845B

Tints of Muesli #A3845B

Color information

#A3845B (or 0xA3845B) is unknown color: approx Muesli. HEX triplet: A3, 84 and 5B. RGB value is (163,132,91). Sum of RGB (Red+Green+Blue) = 163+132+91=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3845B is #5C7BA4. Grayscale: #888888. Windows color (decimal): -6060965 or 5997731. OLE color: 5997731.

HSL color Cylindrical-coordinate representation of color #A3845B: hue angle of 34.17º 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 #A3845B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16313291-
CMYK00.190.440.36
HSL34.17º28.35%49.8%-
HSV(B)34.17º44.17%63.92%-
XYZ25.2425.0413.4-
YUV136.6102.27146.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=42.23%
G=34.20%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631329100.190.440.3634.1728.3549.8
HexA3845B0132C24221c32
Octal2432041330235444423462
Binary1010001110000100101101101001110110010010010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3845B; }

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

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

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

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

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

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

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

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