Html Css Color HEX #A48346 Muddy Waters

📋 copy color: '#A48346'

red 164 ◦ green 131 ◦ blue 70

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

Shades of Muddy Waters #A48346

Tints of Muddy Waters #A48346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 44.93%
G = 35.89%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A48346 (or 0xA48346) is known color: Muddy Waters. HEX triplet: A4, 83 and 46. RGB value is (164,131,70). Sum of RGB (Red+Green+Blue) = 164+131+70=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A48346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48346 is #5B7CB9. Grayscale: #868686. Windows color (decimal): -5995706 or 4621220. OLE color: 4621220.

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

Color convert

RGB 164 131 70 -
CMYK 0 0.20 0.57 0.36
HSL 38.94º 0.4% 0.46% -
HSV(B) 38.94º 0.57% 0.64% -
XYZ 24.53 24.57 9.24 -
YUV 133.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 164 131 70 0 0.20 0.57 0.36 38.94 0.4 0.46
Hex A4 83 46 0 14 39 24 27 28 2E
Octal 244 203 106 0 24 71 44 47 50 56
Binary 10100100 10000011 1000110 0 10100 111001 100100 100111 101000 101110

Color Harmonies of #A48346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48346

Black with #A48346

Text Example


Text Example

White with #A48346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48346; }

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

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

background-color css

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

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

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

border-color css

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

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

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