Html Css Color HEX #AD7D49 Muddy Waters

📋 copy color: '#AD7D49'

red 173 ◦ green 125 ◦ blue 73

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

Shades of Muddy Waters #AD7D49

Tints of Muddy Waters #AD7D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 46.63%
G = 33.69%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7D49 (or 0xAD7D49) is known color: Muddy Waters. HEX triplet: AD, 7D and 49. RGB value is (173,125,73). Sum of RGB (Red+Green+Blue) = 173+125+73=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D49 is #5282B6. Grayscale: #858585. Windows color (decimal): -5407415 or 4816301. OLE color: 4816301.

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

Color convert

RGB 173 125 73 -
CMYK 0 0.28 0.58 0.32
HSL 31.2º 0.41% 0.48% -
HSV(B) 31.2º 0.58% 0.68% -
XYZ 25.77 24.03 9.58 -
YUV 133.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 173 125 73 0 0.28 0.58 0.32 31.2 0.41 0.48
Hex AD 7D 49 0 1C 3A 20 1F 29 30
Octal 255 175 111 0 34 72 40 37 51 60
Binary 10101101 1111101 1001001 0 11100 111010 100000 11111 101001 110000

Color Harmonies of #AD7D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D49

Black with #AD7D49

Text Example


Text Example

White with #AD7D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D49; }

 p { color: rgb(173,125,73); }

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

background-color css

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

 a { background-color: rgb(173,125,73); }

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

border-color css

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

 span { border-color: rgb(173,125,73); }

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