Html Css Color HEX #AD7D40 Muddy Waters

📋 copy color: '#AD7D40'

red 173 ◦ green 125 ◦ blue 64

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

Shades of Muddy Waters #AD7D40

Tints of Muddy Waters #AD7D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 47.79%
G = 34.53%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD7D40 (or 0xAD7D40) is known color: Muddy Waters. HEX triplet: AD, 7D and 40. RGB value is (173,125,64). Sum of RGB (Red+Green+Blue) = 173+125+64=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D40 is #5282BF. Grayscale: #848484. Windows color (decimal): -5407424 or 4226477. OLE color: 4226477.

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

Color convert

RGB 173 125 64 -
CMYK 0 0.28 0.63 0.32
HSL 33.58º 0.46% 0.46% -
HSV(B) 33.58º 0.63% 0.68% -
XYZ 25.49 23.92 8.12 -
YUV 132.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 173 125 64 0 0.28 0.63 0.32 33.58 0.46 0.46
Hex AD 7D 40 0 1C 3F 20 22 2E 2E
Octal 255 175 100 0 34 77 40 42 56 56
Binary 10101101 1111101 1000000 0 11100 111111 100000 100010 101110 101110

Color Harmonies of #AD7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D40

Black with #AD7D40

Text Example


Text Example

White with #AD7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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