#AD7D50

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

Shades of Muddy Waters #AD7D50

Tints of Muddy Waters #AD7D50

Color information

#AD7D50 (or 0xAD7D50) is unknown color: approx Muddy Waters. HEX triplet: AD, 7D and 50. RGB value is (173,125,80). Sum of RGB (Red+Green+Blue) = 173+125+80=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D50 is #5282AF. Grayscale: #868686. Windows color (decimal): -5407408 or 5275053. OLE color: 5275053.

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

Color convert

RGB17312580-
CMYK00.280.540.32
HSL29.03º36.76%49.61%-
HSV(B)29.03º53.76%67.84%-
XYZ26.0224.1310.88-
YUV134.2297.4155.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=45.77%
G=33.07%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731258000.280.540.3229.0336.7649.61
HexAD7D5001C36201d2532
Octal2551751200346640354562
Binary101011011111101101000001110011011010000011101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D50; }

 p { color: rgb(173,125,80); }

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

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

 a { background-color: rgb(173,125,80); }

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

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

 span { border-color: rgb(173,125,80); }

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