Html Css Color HEX #AD7C43 Muddy Waters

📋 copy color: '#AD7C43'

red 173 ◦ green 124 ◦ blue 67

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

Shades of Muddy Waters #AD7C43

Tints of Muddy Waters #AD7C43

RGB

 RED value IS 173 (67.97% from 255) = 47.53%

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 47.53%
G = 34.07%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7C43 (or 0xAD7C43) is known color: Muddy Waters. HEX triplet: AD, 7C and 43. RGB value is (173,124,67). Sum of RGB (Red+Green+Blue) = 173+124+67=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C43 is #5283BC. Grayscale: #848484. Windows color (decimal): -5407677 or 4422829. OLE color: 4422829.

HSL color Cylindrical-coordinate representation of color #AD7C43: hue angle of 32.26º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD7C43 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 67 -
CMYK 0 0.28 0.61 0.32
HSL 32.26º 0.44% 0.47% -
HSV(B) 32.26º 0.61% 0.68% -
XYZ 25.45 23.7 8.54 -
YUV 132.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 173 124 67 0 0.28 0.61 0.32 32.26 0.44 0.47
Hex AD 7C 43 0 1C 3D 20 20 2C 2F
Octal 255 174 103 0 34 75 40 40 54 57
Binary 10101101 1111100 1000011 0 11100 111101 100000 100000 101100 101111

Color Harmonies of #AD7C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C43

Black with #AD7C43

Text Example


Text Example

White with #AD7C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C43; }

 p { color: rgb(173,124,67); }

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

background-color css

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

 a { background-color: rgb(173,124,67); }

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

border-color css

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

 span { border-color: rgb(173,124,67); }

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