#AC804A

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

Shades of Muddy Waters #AC804A

Tints of Muddy Waters #AC804A

Color information

#AC804A (or 0xAC804A) is unknown color: approx Muddy Waters. HEX triplet: AC, 80 and 4A. RGB value is (172,128,74). Sum of RGB (Red+Green+Blue) = 172+128+74=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC804A is #537FB5. Grayscale: #878787. Windows color (decimal): -5472182 or 4882604. OLE color: 4882604.

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

Color convert

RGB17212874-
CMYK00.260.570.33
HSL33.06º39.84%48.24%-
HSV(B)33.06º56.98%67.45%-
XYZ25.9724.79.88-
YUV13593.58154.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=45.99%
G=34.22%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721287400.260.570.3333.0639.8448.24
HexAC804A01A3921212830
Octal2542001120327141415060
Binary10101100100000001001010011010111001100001100001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC804A; }

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

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

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

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

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

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

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

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