Html Css Color HEX #A47946 Muesli

📋 copy color: '#A47946'

red 164 ◦ green 121 ◦ blue 70

#A47946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #A47946

Tints of Muesli #A47946

RGB

 RED value IS 164 (64.45% from 255) = 46.2%

 GREEN value IS 121 (47.66% from 255) = 34.08%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 46.2%
G = 34.08%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47946 (or 0xA47946) is known color: Muesli. HEX triplet: A4, 79 and 46. RGB value is (164,121,70). Sum of RGB (Red+Green+Blue) = 164+121+70=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47946 is #5B86B9. Grayscale: #808080. Windows color (decimal): -5998266 or 4618660. OLE color: 4618660.

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

Color convert

RGB 164 121 70 -
CMYK 0 0.26 0.57 0.36
HSL 32.55º 0.4% 0.46% -
HSV(B) 32.55º 0.57% 0.64% -
XYZ 23.25 22.01 8.82 -
YUV 128.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 164 121 70 0 0.26 0.57 0.36 32.55 0.4 0.46
Hex A4 79 46 0 1A 39 24 21 28 2E
Octal 244 171 106 0 32 71 44 41 50 56
Binary 10100100 1111001 1000110 0 11010 111001 100100 100001 101000 101110

Color Harmonies of #A47946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47946

Black with #A47946

Text Example


Text Example

White with #A47946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47946; }

 p { color: rgb(164,121,70); }

 H1.HeaderClassName
 {
   color: #A47946;
 }
 .AnyTagClassName
 {
   color: #A47946;
 }
</style>

background-color css

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

 a { background-color: rgb(164,121,70); }

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

border-color css

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

 span { border-color: rgb(164,121,70); }

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