#AD8042

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

Shades of Muddy Waters #AD8042

Tints of Muddy Waters #AD8042

Color information

#AD8042 (or 0xAD8042) is unknown color: approx Muddy Waters. HEX triplet: AD, 80 and 42. RGB value is (173,128,66). Sum of RGB (Red+Green+Blue) = 173+128+66=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8042 is #527FBD. Grayscale: #868686. Windows color (decimal): -5406654 or 4358317. OLE color: 4358317.

HSL color Cylindrical-coordinate representation of color #AD8042: hue angle of 34.77º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD8042 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB17312866-
CMYK00.260.620.32
HSL34.77º44.77%46.86%-
HSV(B)34.77º61.85%67.84%-
XYZ25.9424.728.56-
YUV134.3989.41155.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=47.14%
G=34.88%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731286600.260.620.3234.7744.7746.86
HexAD804201A3E20232d2f
Octal2552001020327640435557
Binary10101101100000001000010011010111110100000100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8042; }

 p { color: rgb(173,128,66); }

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

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

 a { background-color: rgb(173,128,66); }

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

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

 span { border-color: rgb(173,128,66); }

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