#AD8351

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

Shades of Muddy Waters #AD8351

Tints of Muddy Waters #AD8351

Color information

#AD8351 (or 0xAD8351) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 51. RGB value is (173,131,81). Sum of RGB (Red+Green+Blue) = 173+131+81=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8351 is #527CAE. Grayscale: #8A8A8A. Windows color (decimal): -5405871 or 5342125. OLE color: 5342125.

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

Color convert

RGB17313181-
CMYK00.240.530.32
HSL32.61º36.22%49.8%-
HSV(B)32.61º53.18%67.84%-
XYZ26.8425.7111.33-
YUV137.8695.91153.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=44.94%
G=34.03%
B=21.04%

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
Decimal1731318100.240.530.3232.6136.2249.8
HexAD83510183520212432
Octal2552031210306540414462
Binary10101101100000111010001011000110101100000100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8351; }

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

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

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

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

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

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

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

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