#AD864E

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

Shades of Muddy Waters #AD864E

Tints of Muddy Waters #AD864E

Color information

#AD864E (or 0xAD864E) is unknown color: approx Muddy Waters. HEX triplet: AD, 86 and 4E. RGB value is (173,134,78). Sum of RGB (Red+Green+Blue) = 173+134+78=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD864E is #5279B1. Grayscale: #8B8B8B. Windows color (decimal): -5405106 or 5146285. OLE color: 5146285.

HSL color Cylindrical-coordinate representation of color #AD864E: hue angle of 35.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD864E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17313478-
CMYK00.230.550.32
HSL35.37º37.85%49.22%-
HSV(B)35.37º54.91%67.84%-
XYZ27.1326.4810.89-
YUV139.2893.42152.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=44.94%
G=34.81%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731347800.230.550.3235.3737.8549.22
HexAD864E0173720232631
Octal2552061160276740434661
Binary10101101100001101001110010111110111100000100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD864E; }

 p { color: rgb(173,134,78); }

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

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

 a { background-color: rgb(173,134,78); }

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

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

 span { border-color: rgb(173,134,78); }

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