#AD8357

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

Shades of Muddy Waters #AD8357

Tints of Muddy Waters #AD8357

Color information

#AD8357 (or 0xAD8357) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 57. RGB value is (173,131,87). Sum of RGB (Red+Green+Blue) = 173+131+87=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8357 is #527CA8. Grayscale: #8A8A8A. Windows color (decimal): -5405865 or 5735341. OLE color: 5735341.

HSL color Cylindrical-coordinate representation of color #AD8357: hue angle of 30.7º degrees, saturation: 0.34, 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 #AD8357 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17313187-
CMYK00.240.500.32
HSL30.7º34.4%50.98%-
HSV(B)30.7º49.71%67.84%-
XYZ27.0725.812.57-
YUV138.5498.91152.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=44.25%
G=33.50%
B=22.25%

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
Decimal1731318700.240.500.3230.734.450.98
HexAD835701832201f2233
Octal2552031270306240374263
Binary1010110110000011101011101100011001010000011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8357; }

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

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

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

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

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

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

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

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