#AD844E

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

Shades of Muddy Waters #AD844E

Tints of Muddy Waters #AD844E

Color information

#AD844E (or 0xAD844E) is unknown color: approx Muddy Waters. HEX triplet: AD, 84 and 4E. RGB value is (173,132,78). Sum of RGB (Red+Green+Blue) = 173+132+78=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD844E is #527BB1. Grayscale: #8A8A8A. Windows color (decimal): -5405618 or 5145773. OLE color: 5145773.

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

Color convert

RGB17313278-
CMYK00.240.550.32
HSL34.11º37.85%49.22%-
HSV(B)34.11º54.91%67.84%-
XYZ26.8625.9410.8-
YUV138.194.08152.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=45.17%
G=34.46%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731327800.240.550.3234.1137.8549.22
HexAD844E0183720222631
Octal2552041160306740424661
Binary10101101100001001001110011000110111100000100010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD844E; }

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

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

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

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

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

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

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

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