#A47A49

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

Shades of Muesli #A47A49

Tints of Muesli #A47A49

Color information

#A47A49 (or 0xA47A49) is unknown color: approx Muesli. HEX triplet: A4, 7A and 49. RGB value is (164,122,73). Sum of RGB (Red+Green+Blue) = 164+122+73=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A49 is #5B85B6. Grayscale: #818181. Windows color (decimal): -5998007 or 4815524. OLE color: 4815524.

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

Color convert

RGB16412273-
CMYK00.260.550.36
HSL32.31º38.4%46.47%-
HSV(B)32.31º55.49%64.31%-
XYZ23.4722.299.37-
YUV128.9796.41152.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=45.68%
G=33.98%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641227300.260.550.3632.3138.446.47
HexA47A4901A372420262e
Octal2441721110326744404656
Binary1010010011110101001001011010110111100100100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A49; }

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

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

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

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

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

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

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

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