Html Css Color HEX #A47C4E Muesli

📋 copy color: '#A47C4E'

red 164 ◦ green 124 ◦ blue 78

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

Shades of Muesli #A47C4E

Tints of Muesli #A47C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 44.81%
G = 33.88%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A47C4E (or 0xA47C4E) is known color: Muesli. HEX triplet: A4, 7C and 4E. RGB value is (164,124,78). Sum of RGB (Red+Green+Blue) = 164+124+78=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C4E is #5B83B1. Grayscale: #828282. Windows color (decimal): -5997490 or 5143716. OLE color: 5143716.

HSL color Cylindrical-coordinate representation of color #A47C4E: hue angle of 32.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A47C4E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 124 78 -
CMYK 0 0.24 0.52 0.36
HSL 32.09º 0.36% 0.47% -
HSV(B) 32.09º 0.52% 0.64% -
XYZ 23.89 22.86 10.36 -
YUV 130.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 164 124 78 0 0.24 0.52 0.36 32.09 0.36 0.47
Hex A4 7C 4E 0 18 34 24 20 24 2F
Octal 244 174 116 0 30 64 44 40 44 57
Binary 10100100 1111100 1001110 0 11000 110100 100100 100000 100100 101111

Color Harmonies of #A47C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C4E

Black with #A47C4E

Text Example


Text Example

White with #A47C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C4E; }

 p { color: rgb(164,124,78); }

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

background-color css

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

 a { background-color: rgb(164,124,78); }

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

border-color css

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

 span { border-color: rgb(164,124,78); }

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