#AD8445

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

Shades of Muddy Waters #AD8445

Tints of Muddy Waters #AD8445

Color information

#AD8445 (or 0xAD8445) is unknown color: approx Muddy Waters. HEX triplet: AD, 84 and 45. RGB value is (173,132,69). Sum of RGB (Red+Green+Blue) = 173+132+69=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8445 is #527BBA. Grayscale: #898989. Windows color (decimal): -5405627 or 4555949. OLE color: 4555949.

HSL color Cylindrical-coordinate representation of color #AD8445: hue angle of 36.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8445 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17313269-
CMYK00.240.600.32
HSL36.35º42.98%47.45%-
HSV(B)36.35º60.12%67.84%-
XYZ26.5625.829.21-
YUV137.0889.58153.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=46.26%
G=35.29%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731326900.240.600.3236.3542.9847.45
HexAD84450183C20242b2f
Octal2552041050307440445357
Binary10101101100001001000101011000111100100000100100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8445; }

 p { color: rgb(173,132,69); }

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

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

 a { background-color: rgb(173,132,69); }

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

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

 span { border-color: rgb(173,132,69); }

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