#a47a52

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

Shades of Muesli #A47A52

Tints of Muesli #A47A52

Color information

#A47A52 (or 0xA47A52) is unknown color: approx Muesli. HEX triplet: A4, 7A and 52. RGB value is (164,122,82). Sum of RGB (Red+Green+Blue) = 164+122+82=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A52 is #5B85AD. Grayscale: #828282. Windows color (decimal): -5997998 or 5405348. OLE color: 5405348.

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

Color convert

RGB16412282-
CMYK00.260.50.36
HSL29.27º33.33%48.24%-
HSV(B)29.27º50%64.31%-
XYZ23.7922.4211.06-
YUV130100.91152.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=44.57%
G=33.15%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641228200.260.50.3629.2733.3348.24
HexA47A5201A32241d2130
Octal2441721220326244354160
Binary101001001111010101001001101011001010010011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47a52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47a52; }

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

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

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

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

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

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

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

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