#AD884C

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

Shades of Muddy Waters #AD884C

Tints of Muddy Waters #AD884C

Color information

#AD884C (or 0xAD884C) is unknown color: approx Muddy Waters. HEX triplet: AD, 88 and 4C. RGB value is (173,136,76). Sum of RGB (Red+Green+Blue) = 173+136+76=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD884C is #5277B3. Grayscale: #8C8C8C. Windows color (decimal): -5404596 or 5015725. OLE color: 5015725.

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

Color convert

RGB17313676-
CMYK00.210.560.32
HSL37.11º38.96%48.82%-
HSV(B)37.11º56.07%67.84%-
XYZ27.3427.0110.61-
YUV140.2291.76151.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=44.94%
G=35.32%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731367600.210.560.3237.1138.9648.82
HexAD884C0153820252731
Octal2552101140257040454761
Binary10101101100010001001100010101111000100000100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD884C; }

 p { color: rgb(173,136,76); }

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

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

 a { background-color: rgb(173,136,76); }

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

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

 span { border-color: rgb(173,136,76); }

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