#A3764A

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

Shades of Muesli #A3764A

Tints of Muesli #A3764A

Color information

#A3764A (or 0xA3764A) is unknown color: approx Muesli. HEX triplet: A3, 76 and 4A. RGB value is (163,118,74). Sum of RGB (Red+Green+Blue) = 163+118+74=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3764A is #5C89B5. Grayscale: #7E7E7E. Windows color (decimal): -6064566 or 4880035. OLE color: 4880035.

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

Color convert

RGB16311874-
CMYK00.280.550.36
HSL29.66º37.55%46.47%-
HSV(B)29.66º54.6%63.92%-
XYZ22.8221.249.38-
YUV126.4498.41154.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=45.92%
G=33.24%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631187400.280.550.3629.6637.5546.47
HexA3764A01C37241e262e
Octal2431661120346744364656
Binary101000111110110100101001110011011110010011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3764A; }

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

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

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

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

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

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

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

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