Html Css Color HEX #A67C42 Muddy Waters

📋 copy color: '#A67C42'

red 166 ◦ green 124 ◦ blue 66

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

Shades of Muddy Waters #A67C42

Tints of Muddy Waters #A67C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 46.63%
G = 34.83%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A67C42 (or 0xA67C42) is known color: Muddy Waters. HEX triplet: A6, 7C and 42. RGB value is (166,124,66). Sum of RGB (Red+Green+Blue) = 166+124+66=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C42 is #5983BD. Grayscale: #828282. Windows color (decimal): -5866430 or 4357286. OLE color: 4357286.

HSL color Cylindrical-coordinate representation of color #A67C42: hue angle of 34.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A67C42 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 66 -
CMYK 0 0.25 0.60 0.35
HSL 34.8º 0.43% 0.45% -
HSV(B) 34.8º 0.6% 0.65% -
XYZ 23.92 22.92 8.32 -
YUV 129.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 166 124 66 0 0.25 0.60 0.35 34.8 0.43 0.45
Hex A6 7C 42 0 19 3C 23 23 2B 2D
Octal 246 174 102 0 31 74 43 43 53 55
Binary 10100110 1111100 1000010 0 11001 111100 100011 100011 101011 101101

Color Harmonies of #A67C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C42

Black with #A67C42

Text Example


Text Example

White with #A67C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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