#AD874C

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

Shades of Muddy Waters #AD874C

Tints of Muddy Waters #AD874C

Color information

#AD874C (or 0xAD874C) is unknown color: approx Muddy Waters. HEX triplet: AD, 87 and 4C. RGB value is (173,135,76). Sum of RGB (Red+Green+Blue) = 173+135+76=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD874C is #5278B3. Grayscale: #8B8B8B. Windows color (decimal): -5404852 or 5015469. OLE color: 5015469.

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

Color convert

RGB17313576-
CMYK00.220.560.32
HSL36.49º38.96%48.82%-
HSV(B)36.49º56.07%67.84%-
XYZ27.226.7310.56-
YUV139.6492.09151.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 76 (30.08% from 255) = 19.79%
R=45.05%
G=35.16%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731357600.220.560.3236.4938.9648.82
HexAD874C0163820242731
Octal2552071140267040444761
Binary10101101100001111001100010110111000100000100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD874C; }

 p { color: rgb(173,135,76); }

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

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

 a { background-color: rgb(173,135,76); }

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

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

 span { border-color: rgb(173,135,76); }

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