#AD874E

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

Shades of Muddy Waters #AD874E

Tints of Muddy Waters #AD874E

Color information

#AD874E (or 0xAD874E) is unknown color: approx Muddy Waters. HEX triplet: AD, 87 and 4E. RGB value is (173,135,78). Sum of RGB (Red+Green+Blue) = 173+135+78=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD874E is #5278B1. Grayscale: #8C8C8C. Windows color (decimal): -5404850 or 5146541. OLE color: 5146541.

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

Color convert

RGB17313578-
CMYK00.220.550.32
HSL36º37.85%49.22%-
HSV(B)36º54.91%67.84%-
XYZ27.2726.7610.94-
YUV139.8693.09151.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 78 (30.86% from 255) = 20.21%
R=44.82%
G=34.97%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731357800.220.550.323637.8549.22
HexAD874E0163720242631
Octal2552071160266740444661
Binary10101101100001111001110010110110111100000100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD874E; }

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

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

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

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

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

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

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

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