#AD854E

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

Shades of Muddy Waters #AD854E

Tints of Muddy Waters #AD854E

Color information

#AD854E (or 0xAD854E) is unknown color: approx Muddy Waters. HEX triplet: AD, 85 and 4E. RGB value is (173,133,78). Sum of RGB (Red+Green+Blue) = 173+133+78=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD854E is #527AB1. Grayscale: #8A8A8A. Windows color (decimal): -5405362 or 5146029. OLE color: 5146029.

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

Color convert

RGB17313378-
CMYK00.230.550.32
HSL34.74º37.85%49.22%-
HSV(B)34.74º54.91%67.84%-
XYZ2726.2110.84-
YUV138.6993.75152.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=45.05%
G=34.64%
B=20.31%

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
Decimal1731337800.230.550.3234.7437.8549.22
HexAD854E0173720232631
Octal2552051160276740434661
Binary10101101100001011001110010111110111100000100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD854E; }

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

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

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

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

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

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

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

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