#AD7C43

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

Shades of Muddy Waters #AD7C43

Tints of Muddy Waters #AD7C43

Color information

#AD7C43 (or 0xAD7C43) is unknown color: approx Muddy Waters. HEX triplet: AD, 7C and 43. RGB value is (173,124,67). Sum of RGB (Red+Green+Blue) = 173+124+67=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C43 is #5283BC. Grayscale: #848484. Windows color (decimal): -5407677 or 4422829. OLE color: 4422829.

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

Color convert

RGB17312467-
CMYK00.280.610.32
HSL32.26º44.17%47.06%-
HSV(B)32.26º61.27%67.84%-
XYZ25.4523.78.54-
YUV132.1591.23157.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 67 (26.56% from 255) = 18.41%
R=47.53%
G=34.07%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731246700.280.610.3232.2644.1747.06
HexAD7C4301C3D20202c2f
Octal2551741030347540405457
Binary1010110111111001000011011100111101100000100000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C43; }

 p { color: rgb(173,124,67); }

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

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

 a { background-color: rgb(173,124,67); }

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

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

 span { border-color: rgb(173,124,67); }

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