Html Css Color HEX #A47745 Muesli

📋 copy color: '#A47745'

red 164 ◦ green 119 ◦ blue 69

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

Shades of Muesli #A47745

Tints of Muesli #A47745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 46.59%
G = 33.81%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A47745 (or 0xA47745) is known color: Muesli. HEX triplet: A4, 77 and 45. RGB value is (164,119,69). Sum of RGB (Red+Green+Blue) = 164+119+69=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A47745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47745 is #5B88BA. Grayscale: #7F7F7F. Windows color (decimal): -5998779 or 4552612. OLE color: 4552612.

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

Color convert

RGB 164 119 69 -
CMYK 0 0.27 0.58 0.36
HSL 31.58º 0.41% 0.46% -
HSV(B) 31.58º 0.58% 0.64% -
XYZ 22.98 21.52 8.57 -
YUV 126.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 164 119 69 0 0.27 0.58 0.36 31.58 0.41 0.46
Hex A4 77 45 0 1B 3A 24 20 29 2E
Octal 244 167 105 0 33 72 44 40 51 56
Binary 10100100 1110111 1000101 0 11011 111010 100100 100000 101001 101110

Color Harmonies of #A47745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47745

Black with #A47745

Text Example


Text Example

White with #A47745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47745; }

 p { color: rgb(164,119,69); }

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

background-color css

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

 a { background-color: rgb(164,119,69); }

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

border-color css

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

 span { border-color: rgb(164,119,69); }

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