#AD8356

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

Shades of Muddy Waters #AD8356

Tints of Muddy Waters #AD8356

Color information

#AD8356 (or 0xAD8356) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 56. RGB value is (173,131,86). Sum of RGB (Red+Green+Blue) = 173+131+86=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8356 is #527CA9. Grayscale: #8A8A8A. Windows color (decimal): -5405866 or 5669805. OLE color: 5669805.

HSL color Cylindrical-coordinate representation of color #AD8356: hue angle of 31.03º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8356 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17313186-
CMYK00.240.500.32
HSL31.03º34.66%50.78%-
HSV(B)31.03º50.29%67.84%-
XYZ27.0325.7912.36-
YUV138.4398.41152.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=44.36%
G=33.59%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731318600.240.500.3231.0334.6650.78
HexAD835601832201f2333
Octal2552031260306240374363
Binary1010110110000011101011001100011001010000011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8356; }

 p { color: rgb(173,131,86); }

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

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

 a { background-color: rgb(173,131,86); }

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

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

 span { border-color: rgb(173,131,86); }

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