Html Css Color HEX #A67C49 Muddy Waters

📋 copy color: '#A67C49'

red 166 ◦ green 124 ◦ blue 73

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

Shades of Muddy Waters #A67C49

Tints of Muddy Waters #A67C49

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 45.73%
G = 34.16%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A67C49 (or 0xA67C49) is known color: Muddy Waters. HEX triplet: A6, 7C and 49. RGB value is (166,124,73). Sum of RGB (Red+Green+Blue) = 166+124+73=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C49 is #5983B6. Grayscale: #828282. Windows color (decimal): -5866423 or 4816038. OLE color: 4816038.

HSL color Cylindrical-coordinate representation of color #A67C49: hue angle of 32.9º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A67C49 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 73 -
CMYK 0 0.25 0.56 0.35
HSL 32.9º 0.39% 0.47% -
HSV(B) 32.9º 0.56% 0.65% -
XYZ 24.14 23 9.47 -
YUV 130.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 166 124 73 0 0.25 0.56 0.35 32.9 0.39 0.47
Hex A6 7C 49 0 19 38 23 21 27 2F
Octal 246 174 111 0 31 70 43 41 47 57
Binary 10100110 1111100 1001001 0 11001 111000 100011 100001 100111 101111

Color Harmonies of #A67C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C49

Black with #A67C49

Text Example


Text Example

White with #A67C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C49; }

 p { color: rgb(166,124,73); }

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

background-color css

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

 a { background-color: rgb(166,124,73); }

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

border-color css

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

 span { border-color: rgb(166,124,73); }

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