Html Css Color HEX #A47E4E Muesli

📋 copy color: '#A47E4E'

red 164 ◦ green 126 ◦ blue 78

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

Shades of Muesli #A47E4E

Tints of Muesli #A47E4E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 44.57%
G = 34.24%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A47E4E (or 0xA47E4E) is known color: Muesli. HEX triplet: A4, 7E and 4E. RGB value is (164,126,78). Sum of RGB (Red+Green+Blue) = 164+126+78=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E4E is #5B81B1. Grayscale: #848484. Windows color (decimal): -5996978 or 5144228. OLE color: 5144228.

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

Color convert

RGB 164 126 78 -
CMYK 0 0.23 0.52 0.36
HSL 33.49º 0.36% 0.47% -
HSV(B) 33.49º 0.52% 0.64% -
XYZ 24.15 23.36 10.44 -
YUV 131.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 164 126 78 0 0.23 0.52 0.36 33.49 0.36 0.47
Hex A4 7E 4E 0 17 34 24 21 24 2F
Octal 244 176 116 0 27 64 44 41 44 57
Binary 10100100 1111110 1001110 0 10111 110100 100100 100001 100100 101111

Color Harmonies of #A47E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E4E

Black with #A47E4E

Text Example


Text Example

White with #A47E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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