#A3845A

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

Shades of Muesli #A3845A

Tints of Muesli #A3845A

Color information

#A3845A (or 0xA3845A) is unknown color: approx Muesli. HEX triplet: A3, 84 and 5A. RGB value is (163,132,90). Sum of RGB (Red+Green+Blue) = 163+132+90=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3845A is #5C7BA5. Grayscale: #888888. Windows color (decimal): -6060966 or 5932195. OLE color: 5932195.

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

Color convert

RGB16313290-
CMYK00.190.450.36
HSL34.52º28.85%49.61%-
HSV(B)34.52º44.79%63.92%-
XYZ25.225.0313.18-
YUV136.48101.77146.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=42.34%
G=34.29%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631329000.190.450.3634.5228.8549.61
HexA3845A0132D24231d32
Octal2432041320235544433562
Binary1010001110000100101101001001110110110010010001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3845A; }

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

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

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

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

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

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

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

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