#A37645

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

Shades of Muesli #A37645

Tints of Muesli #A37645

Color information

#A37645 (or 0xA37645) is unknown color: approx Muesli. HEX triplet: A3, 76 and 45. RGB value is (163,118,69). Sum of RGB (Red+Green+Blue) = 163+118+69=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A37645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37645 is #5C89BA. Grayscale: #7E7E7E. Windows color (decimal): -6064571 or 4552355. OLE color: 4552355.

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

Color convert

RGB16311869-
CMYK00.280.580.36
HSL31.28º40.52%45.49%-
HSV(B)31.28º57.67%63.92%-
XYZ22.6621.178.52-
YUV125.8795.91154.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=46.57%
G=33.71%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631186900.280.580.3631.2840.5245.49
HexA3764501C3A241f292d
Octal2431661050347244375155
Binary101000111110110100010101110011101010010011111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37645; }

 p { color: rgb(163,118,69); }

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

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

 a { background-color: rgb(163,118,69); }

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

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

 span { border-color: rgb(163,118,69); }

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