#AD8345

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

Shades of Muddy Waters #AD8345

Tints of Muddy Waters #AD8345

Color information

#AD8345 (or 0xAD8345) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 45. RGB value is (173,131,69). Sum of RGB (Red+Green+Blue) = 173+131+69=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8345 is #527CBA. Grayscale: #888888. Windows color (decimal): -5405883 or 4555693. OLE color: 4555693.

HSL color Cylindrical-coordinate representation of color #AD8345: hue angle of 35.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8345 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17313169-
CMYK00.240.600.32
HSL35.77º42.98%47.45%-
HSV(B)35.77º60.12%67.84%-
XYZ26.4225.559.17-
YUV136.4989.91154.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=46.38%
G=35.12%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731316900.240.600.3235.7742.9847.45
HexAD83450183C20242b2f
Octal2552031050307440445357
Binary10101101100000111000101011000111100100000100100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8345; }

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

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

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

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

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

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

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

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