Html Css Color HEX #A67C4C Muddy Waters

📋 copy color: '#A67C4C'

red 166 ◦ green 124 ◦ blue 76

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

Shades of Muddy Waters #A67C4C

Tints of Muddy Waters #A67C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 45.36%
G = 33.88%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A67C4C (or 0xA67C4C) is known color: Muddy Waters. HEX triplet: A6, 7C and 4C. RGB value is (166,124,76). Sum of RGB (Red+Green+Blue) = 166+124+76=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C4C is #5983B3. Grayscale: #838383. Windows color (decimal): -5866420 or 5012646. OLE color: 5012646.

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

Color convert

RGB 166 124 76 -
CMYK 0 0.25 0.54 0.35
HSL 32º 0.37% 0.47% -
HSV(B) 32º 0.54% 0.65% -
XYZ 24.24 23.04 10.01 -
YUV 131.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 166 124 76 0 0.25 0.54 0.35 32 0.37 0.47
Hex A6 7C 4C 0 19 36 23 20 25 2F
Octal 246 174 114 0 31 66 43 40 45 57
Binary 10100110 1111100 1001100 0 11001 110110 100011 100000 100101 101111

Color Harmonies of #A67C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C4C

Black with #A67C4C

Text Example


Text Example

White with #A67C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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