#AD7C45

Color #AD7C45 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AD7C45

Tints of Muddy Waters #AD7C45

Color information

#AD7C45 (or 0xAD7C45) is unknown color: approx 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

RGB17312469-
CMYK00.280.600.32
HSL31.73º42.98%47.45%-
HSV(B)31.73º60.12%67.84%-
XYZ25.5223.738.87-
YUV132.3892.23156.97-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731246900.280.600.3231.7342.9847.45
HexAD7C4501C3C20202b2f
Octal2551741050347440405357
Binary1010110111111001000101011100111100100000100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>