#AD8051

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

Shades of Muddy Waters #AD8051

Tints of Muddy Waters #AD8051

Color information

#AD8051 (or 0xAD8051) is unknown color: approx Muddy Waters. HEX triplet: AD, 80 and 51. RGB value is (173,128,81). Sum of RGB (Red+Green+Blue) = 173+128+81=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8051 is #527FAE. Grayscale: #888888. Windows color (decimal): -5406639 or 5341357. OLE color: 5341357.

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

Color convert

RGB17312881-
CMYK00.260.530.32
HSL30.65º36.22%49.8%-
HSV(B)30.65º53.18%67.84%-
XYZ26.4424.9211.2-
YUV136.196.91154.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=45.29%
G=33.51%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731288100.260.530.3230.6536.2249.8
HexAD805101A35201f2432
Octal2552001210326540374462
Binary1010110110000000101000101101011010110000011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8051; }

 p { color: rgb(173,128,81); }

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

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

 a { background-color: rgb(173,128,81); }

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

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

 span { border-color: rgb(173,128,81); }

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