#AD8552

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

Shades of Muddy Waters #AD8552

Tints of Muddy Waters #AD8552

Color information

#AD8552 (or 0xAD8552) is unknown color: approx Muddy Waters. HEX triplet: AD, 85 and 52. RGB value is (173,133,82). Sum of RGB (Red+Green+Blue) = 173+133+82=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8552 is #527AAD. Grayscale: #8B8B8B. Windows color (decimal): -5405358 or 5408173. OLE color: 5408173.

HSL color Cylindrical-coordinate representation of color #AD8552: hue angle of 33.63º 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 #AD8552 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17313382-
CMYK00.230.530.32
HSL33.63º35.69%50%-
HSV(B)33.63º52.6%67.84%-
XYZ27.1426.2711.62-
YUV139.1595.75152.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=44.59%
G=34.28%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731338200.230.530.3233.6335.6950
HexAD85520173520222432
Octal2552051220276540424462
Binary10101101100001011010010010111110101100000100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8552; }

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

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

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

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

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

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

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

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