Html Css Color HEX #A67C4A Muddy Waters

📋 copy color: '#A67C4A'

red 166 ◦ green 124 ◦ blue 74

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

Shades of Muddy Waters #A67C4A

Tints of Muddy Waters #A67C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 45.6%
G = 34.07%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A67C4A (or 0xA67C4A) is known color: Muddy Waters. HEX triplet: A6, 7C and 4A. RGB value is (166,124,74). Sum of RGB (Red+Green+Blue) = 166+124+74=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C4A is #5983B5. Grayscale: #838383. Windows color (decimal): -5866422 or 4881574. OLE color: 4881574.

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

Color convert

RGB 166 124 74 -
CMYK 0 0.25 0.55 0.35
HSL 32.61º 0.38% 0.47% -
HSV(B) 32.61º 0.55% 0.65% -
XYZ 24.17 23.02 9.65 -
YUV 130.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 166 124 74 0 0.25 0.55 0.35 32.61 0.38 0.47
Hex A6 7C 4A 0 19 37 23 21 26 2F
Octal 246 174 112 0 31 67 43 41 46 57
Binary 10100110 1111100 1001010 0 11001 110111 100011 100001 100110 101111

Color Harmonies of #A67C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C4A

Black with #A67C4A

Text Example


Text Example

White with #A67C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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