Html Css Color HEX #AD7C45 Muddy Waters

📋 copy color: '#AD7C45'

red 173 ◦ green 124 ◦ blue 69

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

Shades of Muddy Waters #AD7C45

Tints of Muddy Waters #AD7C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 47.27%
G = 33.88%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7C45 (or 0xAD7C45) is known color: Muddy Waters. HEX triplet: AD, 7C and 45. RGB value is (173,124,69). Sum of RGB (Red+Green+Blue) = 173+124+69=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C45 is #5283BA. Grayscale: #848484. Windows color (decimal): -5407675 or 4553901. OLE color: 4553901.

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

Color convert

RGB 173 124 69 -
CMYK 0 0.28 0.60 0.32
HSL 31.73º 0.43% 0.47% -
HSV(B) 31.73º 0.6% 0.68% -
XYZ 25.52 23.73 8.87 -
YUV 132.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 173 124 69 0 0.28 0.60 0.32 31.73 0.43 0.47
Hex AD 7C 45 0 1C 3C 20 20 2B 2F
Octal 255 174 105 0 34 74 40 40 53 57
Binary 10101101 1111100 1000101 0 11100 111100 100000 100000 101011 101111

Color Harmonies of #AD7C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C45

Black with #AD7C45

Text Example


Text Example

White with #AD7C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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