#AD7C51

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

Shades of Muddy Waters #AD7C51

Tints of Muddy Waters #AD7C51

Color information

#AD7C51 (or 0xAD7C51) is unknown color: approx Muddy Waters. HEX triplet: AD, 7C and 51. RGB value is (173,124,81). Sum of RGB (Red+Green+Blue) = 173+124+81=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C51 is #5283AE. Grayscale: #858585. Windows color (decimal): -5407663 or 5340333. OLE color: 5340333.

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

Color convert

RGB17312481-
CMYK00.280.530.32
HSL28.04º36.22%49.8%-
HSV(B)28.04º53.18%67.84%-
XYZ25.9323.8911.03-
YUV133.7598.23156-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=45.77%
G=32.80%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731248100.280.530.3228.0436.2249.8
HexAD7C5101C35201c2432
Octal2551741210346540344462
Binary101011011111100101000101110011010110000011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C51; }

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

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

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

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

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

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

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

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