#AD8144

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

Shades of Muddy Waters #AD8144

Tints of Muddy Waters #AD8144

Color information

#AD8144 (or 0xAD8144) is unknown color: approx Muddy Waters. HEX triplet: AD, 81 and 44. RGB value is (173,129,68). Sum of RGB (Red+Green+Blue) = 173+129+68=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8144 is #527EBB. Grayscale: #878787. Windows color (decimal): -5406396 or 4489645. OLE color: 4489645.

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

Color convert

RGB17312968-
CMYK00.250.610.32
HSL34.86º43.57%47.25%-
HSV(B)34.86º60.69%67.84%-
XYZ26.13258.92-
YUV135.290.08154.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=46.76%
G=34.86%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731296800.250.610.3234.8643.5747.25
HexAD81440193D20232c2f
Octal2552011040317540435457
Binary10101101100000011000100011001111101100000100011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8144; }

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

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

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

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

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

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

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

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