#A47A51

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

Shades of Muesli #A47A51

Tints of Muesli #A47A51

Color information

#A47A51 (or 0xA47A51) is unknown color: approx Muesli. HEX triplet: A4, 7A and 51. RGB value is (164,122,81). Sum of RGB (Red+Green+Blue) = 164+122+81=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A51 is #5B85AE. Grayscale: #828282. Windows color (decimal): -5997999 or 5339812. OLE color: 5339812.

HSL color Cylindrical-coordinate representation of color #A47A51: hue angle of 29.64º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47A51 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16412281-
CMYK00.260.510.36
HSL29.64º33.88%48.04%-
HSV(B)29.64º50.61%64.31%-
XYZ23.7522.4110.86-
YUV129.88100.41152.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=44.69%
G=33.24%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641228100.260.510.3629.6433.8848.04
HexA47A5101A33241e2230
Octal2441721210326344364260
Binary101001001111010101000101101011001110010011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A51; }

 p { color: rgb(164,122,81); }

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

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

 a { background-color: rgb(164,122,81); }

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

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

 span { border-color: rgb(164,122,81); }

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