#AC804E

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

Shades of Muddy Waters #AC804E

Tints of Muddy Waters #AC804E

Color information

#AC804E (or 0xAC804E) is unknown color: approx Muddy Waters. HEX triplet: AC, 80 and 4E. RGB value is (172,128,78). Sum of RGB (Red+Green+Blue) = 172+128+78=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC804E is #537FB1. Grayscale: #878787. Windows color (decimal): -5472178 or 5144748. OLE color: 5144748.

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

Color convert

RGB17212878-
CMYK00.260.550.33
HSL31.91º37.6%49.02%-
HSV(B)31.91º54.65%67.45%-
XYZ26.1124.7610.61-
YUV135.4695.58154.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=45.50%
G=33.86%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721287800.260.550.3331.9137.649.02
HexAC804E01A3721202631
Octal2542001160326741404661
Binary10101100100000001001110011010110111100001100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC804E; }

 p { color: rgb(172,128,78); }

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

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

 a { background-color: rgb(172,128,78); }

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

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

 span { border-color: rgb(172,128,78); }

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