#AD8158

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

Shades of Muddy Waters #AD8158

Tints of Muddy Waters #AD8158

Color information

#AD8158 (or 0xAD8158) is unknown color: approx Muddy Waters. HEX triplet: AD, 81 and 58. RGB value is (173,129,88). Sum of RGB (Red+Green+Blue) = 173+129+88=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8158 is #527EA7. Grayscale: #898989. Windows color (decimal): -5406376 or 5800365. OLE color: 5800365.

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

Color convert

RGB17312988-
CMYK00.250.490.32
HSL28.94º34.14%51.18%-
HSV(B)28.94º49.13%67.84%-
XYZ26.8525.2912.7-
YUV137.48100.08153.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=44.36%
G=33.08%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731298800.250.490.3228.9434.1451.18
HexAD815801931201d2233
Octal2552011300316140354263
Binary1010110110000001101100001100111000110000011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8158; }

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

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

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

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

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

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

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

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