#AD8150

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

Shades of Muddy Waters #AD8150

Tints of Muddy Waters #AD8150

Color information

#AD8150 (or 0xAD8150) is unknown color: approx Muddy Waters. HEX triplet: AD, 81 and 50. RGB value is (173,129,80). Sum of RGB (Red+Green+Blue) = 173+129+80=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8150 is #527EAF. Grayscale: #888888. Windows color (decimal): -5406384 or 5276077. OLE color: 5276077.

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

Color convert

RGB17312980-
CMYK00.250.540.32
HSL31.61º36.76%49.61%-
HSV(B)31.61º53.76%67.84%-
XYZ26.5325.1611.05-
YUV136.5796.08153.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=45.29%
G=33.77%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731298000.250.540.3231.6136.7649.61
HexAD81500193620202532
Octal2552011200316640404562
Binary10101101100000011010000011001110110100000100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8150; }

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

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

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

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

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

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

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

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