#AC804B

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

Shades of Muddy Waters #AC804B

Tints of Muddy Waters #AC804B

Color information

#AC804B (or 0xAC804B) is unknown color: approx Muddy Waters. HEX triplet: AC, 80 and 4B. RGB value is (172,128,75). Sum of RGB (Red+Green+Blue) = 172+128+75=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC804B is #537FB4. Grayscale: #878787. Windows color (decimal): -5472181 or 4948140. OLE color: 4948140.

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

Color convert

RGB17212875-
CMYK00.260.560.33
HSL32.78º39.27%48.43%-
HSV(B)32.78º56.4%67.45%-
XYZ2624.7210.06-
YUV135.1194.08154.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 75 (29.69% from 255) = 20%
R=45.87%
G=34.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721287500.260.560.3332.7839.2748.43
HexAC804B01A3821212730
Octal2542001130327041414760
Binary10101100100000001001011011010111000100001100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC804B; }

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

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

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

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

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

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

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

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