#AD8151

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

Shades of Muddy Waters #AD8151

Tints of Muddy Waters #AD8151

Color information

#AD8151 (or 0xAD8151) is unknown color: approx Muddy Waters. HEX triplet: AD, 81 and 51. RGB value is (173,129,81). Sum of RGB (Red+Green+Blue) = 173+129+81=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8151 is #527EAE. Grayscale: #888888. Windows color (decimal): -5406383 or 5341613. OLE color: 5341613.

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

Color convert

RGB17312981-
CMYK00.250.530.32
HSL31.3º36.22%49.8%-
HSV(B)31.3º53.18%67.84%-
XYZ26.5725.1811.24-
YUV136.6896.58153.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=45.17%
G=33.68%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731298100.250.530.3231.336.2249.8
HexAD815101935201f2432
Octal2552011210316540374462
Binary1010110110000001101000101100111010110000011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8151; }

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

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

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

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

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

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

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

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