#AD814E

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

Shades of Muddy Waters #AD814E

Tints of Muddy Waters #AD814E

Color information

#AD814E (or 0xAD814E) is unknown color: approx Muddy Waters. HEX triplet: AD, 81 and 4E. RGB value is (173,129,78). Sum of RGB (Red+Green+Blue) = 173+129+78=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD814E is #527EB1. Grayscale: #888888. Windows color (decimal): -5406386 or 5145005. OLE color: 5145005.

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

Color convert

RGB17312978-
CMYK00.250.550.32
HSL32.21º37.85%49.22%-
HSV(B)32.21º54.91%67.84%-
XYZ26.4625.1310.66-
YUV136.3495.08154.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=45.53%
G=33.95%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731297800.250.550.3232.2137.8549.22
HexAD814E0193720202631
Octal2552011160316740404661
Binary10101101100000011001110011001110111100000100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD814E; }

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

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

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

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

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

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

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

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