#AD8358

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

Shades of Muddy Waters #AD8358

Tints of Muddy Waters #AD8358

Color information

#AD8358 (or 0xAD8358) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 58. RGB value is (173,131,88). Sum of RGB (Red+Green+Blue) = 173+131+88=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8358 is #527CA7. Grayscale: #8A8A8A. Windows color (decimal): -5405864 or 5800877. OLE color: 5800877.

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

Color convert

RGB17313188-
CMYK00.240.490.32
HSL30.35º34.14%51.18%-
HSV(B)30.35º49.13%67.84%-
XYZ27.1125.8212.79-
YUV138.6699.41152.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=44.13%
G=33.42%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731318800.240.490.3230.3534.1451.18
HexAD835801831201e2233
Octal2552031300306140364263
Binary1010110110000011101100001100011000110000011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8358; }

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

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

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

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

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

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

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

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