#AD7C48

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

Shades of Muddy Waters #AD7C48

Tints of Muddy Waters #AD7C48

Color information

#AD7C48 (or 0xAD7C48) is unknown color: approx Muddy Waters. HEX triplet: AD, 7C and 48. RGB value is (173,124,72). Sum of RGB (Red+Green+Blue) = 173+124+72=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C48 is #5283B7. Grayscale: #848484. Windows color (decimal): -5407672 or 4750509. OLE color: 4750509.

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

Color convert

RGB17312472-
CMYK00.280.580.32
HSL30.89º41.22%48.04%-
HSV(B)30.89º58.38%67.84%-
XYZ25.6123.779.37-
YUV132.7293.73156.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=46.88%
G=33.60%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731247200.280.580.3230.8941.2248.04
HexAD7C4801C3A201f2930
Octal2551741100347240375160
Binary101011011111100100100001110011101010000011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C48; }

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

 H1.HeaderClassName
 {
   color: #AD7C48;
 }
 .AnyTagClassName
 {
   color: #AD7C48;
 }
</style>
background-color css

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

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

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

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

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

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