Html Css Color HEX #A67D4C Muddy Waters

📋 copy color: '#A67D4C'

red 166 ◦ green 125 ◦ blue 76

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

Shades of Muddy Waters #A67D4C

Tints of Muddy Waters #A67D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 45.23%
G = 34.06%
B = 20.71%

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

#A67D4C (or 0xA67D4C) is known color: Muddy Waters. HEX triplet: A6, 7D and 4C. RGB value is (166,125,76). Sum of RGB (Red+Green+Blue) = 166+125+76=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67D4C is #5982B3. Grayscale: #838383. Windows color (decimal): -5866164 or 5012902. OLE color: 5012902.

HSL color Cylindrical-coordinate representation of color #A67D4C: hue angle of 32.67º 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 #A67D4C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 76 -
CMYK 0 0.25 0.54 0.35
HSL 32.67º 0.37% 0.47% -
HSV(B) 32.67º 0.54% 0.65% -
XYZ 24.36 23.3 10.05 -
YUV 131.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 166 125 76 0 0.25 0.54 0.35 32.67 0.37 0.47
Hex A6 7D 4C 0 19 36 23 21 25 2F
Octal 246 175 114 0 31 66 43 41 45 57
Binary 10100110 1111101 1001100 0 11001 110110 100011 100001 100101 101111

Color Harmonies of #A67D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D4C

Black with #A67D4C

Text Example


Text Example

White with #A67D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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