#AD8749

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

Shades of Muddy Waters #AD8749

Tints of Muddy Waters #AD8749

Color information

#AD8749 (or 0xAD8749) is unknown color: approx Muddy Waters. HEX triplet: AD, 87 and 49. RGB value is (173,135,73). Sum of RGB (Red+Green+Blue) = 173+135+73=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8749 is #5278B6. Grayscale: #8B8B8B. Windows color (decimal): -5404855 or 4818861. OLE color: 4818861.

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

Color convert

RGB17313573-
CMYK00.220.580.32
HSL37.2º40.65%48.24%-
HSV(B)37.2º57.8%67.84%-
XYZ27.126.6910.03-
YUV139.2990.59152.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=45.41%
G=35.43%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731357300.220.580.3237.240.6548.24
HexAD87490163A20252930
Octal2552071110267240455160
Binary10101101100001111001001010110111010100000100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8749; }

 p { color: rgb(173,135,73); }

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

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

 a { background-color: rgb(173,135,73); }

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

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

 span { border-color: rgb(173,135,73); }

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