#AD884B

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

Shades of Muddy Waters #AD884B

Tints of Muddy Waters #AD884B

Color information

#AD884B (or 0xAD884B) is unknown color: approx Muddy Waters. HEX triplet: AD, 88 and 4B. RGB value is (173,136,75). Sum of RGB (Red+Green+Blue) = 173+136+75=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD884B is #5277B4. Grayscale: #8C8C8C. Windows color (decimal): -5404597 or 4950189. OLE color: 4950189.

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

Color convert

RGB17313675-
CMYK00.210.570.32
HSL37.35º39.52%48.63%-
HSV(B)37.35º56.65%67.84%-
XYZ27.312710.43-
YUV140.1191.26151.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=45.05%
G=35.42%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731367500.210.570.3237.3539.5248.63
HexAD884B0153920252831
Octal2552101130257140455061
Binary10101101100010001001011010101111001100000100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD884B; }

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

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

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

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

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

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

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

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