#AD8352

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

Shades of Muddy Waters #AD8352

Tints of Muddy Waters #AD8352

Color information

#AD8352 (or 0xAD8352) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 52. RGB value is (173,131,82). Sum of RGB (Red+Green+Blue) = 173+131+82=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8352 is #527CAD. Grayscale: #8A8A8A. Windows color (decimal): -5405870 or 5407661. OLE color: 5407661.

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

Color convert

RGB17313182-
CMYK00.240.530.32
HSL32.31º35.69%50%-
HSV(B)32.31º52.6%67.84%-
XYZ26.8725.7311.53-
YUV137.9796.41152.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=44.82%
G=33.94%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731318200.240.530.3232.3135.6950
HexAD83520183520202432
Octal2552031220306540404462
Binary10101101100000111010010011000110101100000100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8352; }

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

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

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

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

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

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

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

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