Html Css Color HEX #AD7C44 Muddy Waters

📋 copy color: '#AD7C44'

red 173 ◦ green 124 ◦ blue 68

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

Shades of Muddy Waters #AD7C44

Tints of Muddy Waters #AD7C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 47.4%
G = 33.97%
B = 18.63%

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

#AD7C44 (or 0xAD7C44) is known color: Muddy Waters. HEX triplet: AD, 7C and 44. RGB value is (173,124,68). Sum of RGB (Red+Green+Blue) = 173+124+68=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C44 is #5283BB. Grayscale: #848484. Windows color (decimal): -5407676 or 4488365. OLE color: 4488365.

HSL color Cylindrical-coordinate representation of color #AD7C44: hue angle of 32º 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 #AD7C44 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 68 -
CMYK 0 0.28 0.61 0.32
HSL 32º 0.44% 0.47% -
HSV(B) 32º 0.61% 0.68% -
XYZ 25.48 23.72 8.7 -
YUV 132.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 173 124 68 0 0.28 0.61 0.32 32 0.44 0.47
Hex AD 7C 44 0 1C 3D 20 20 2C 2F
Octal 255 174 104 0 34 75 40 40 54 57
Binary 10101101 1111100 1000100 0 11100 111101 100000 100000 101100 101111

Color Harmonies of #AD7C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C44

Black with #AD7C44

Text Example


Text Example

White with #AD7C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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