#AC804F

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

Shades of Muddy Waters #AC804F

Tints of Muddy Waters #AC804F

Color information

#AC804F (or 0xAC804F) is unknown color: approx Muddy Waters. HEX triplet: AC, 80 and 4F. RGB value is (172,128,79). Sum of RGB (Red+Green+Blue) = 172+128+79=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC804F is #537FB0. Grayscale: #878787. Windows color (decimal): -5472177 or 5210284. OLE color: 5210284.

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

Color convert

RGB17212879-
CMYK00.260.540.33
HSL31.61º37.05%49.22%-
HSV(B)31.61º54.07%67.45%-
XYZ26.1424.7710.8-
YUV135.5796.08153.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=45.38%
G=33.77%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721287900.260.540.3331.6137.0549.22
HexAC804F01A3621202531
Octal2542001170326641404561
Binary10101100100000001001111011010110110100001100000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC804F; }

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

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

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

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

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

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

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

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