#AD804E

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

Shades of Muddy Waters #AD804E

Tints of Muddy Waters #AD804E

Color information

#AD804E (or 0xAD804E) is unknown color: approx Muddy Waters. HEX triplet: AD, 80 and 4E. RGB value is (173,128,78). Sum of RGB (Red+Green+Blue) = 173+128+78=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD804E is #527FB1. Grayscale: #888888. Windows color (decimal): -5406642 or 5144749. OLE color: 5144749.

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

Color convert

RGB17312878-
CMYK00.260.550.32
HSL31.58º37.85%49.22%-
HSV(B)31.58º54.91%67.84%-
XYZ26.3324.8710.62-
YUV135.7695.41154.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=45.65%
G=33.77%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731287800.260.550.3231.5837.8549.22
HexAD804E01A3720202631
Octal2552001160326740404661
Binary10101101100000001001110011010110111100000100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD804E; }

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

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

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

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

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

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

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

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