#ac8259

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

Shades of Muddy Waters #AC8259

Tints of Muddy Waters #AC8259

Color information

#AC8259 (or 0xAC8259) is unknown color: approx Muddy Waters. HEX triplet: AC, 82 and 59. RGB value is (172,130,89). Sum of RGB (Red+Green+Blue) = 172+130+89=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8259 is #537DA6. Grayscale: #8A8A8A. Windows color (decimal): -5471655 or 5866156. OLE color: 5866156.

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

Color convert

RGB17213089-
CMYK00.240.480.33
HSL29.64º33.33%51.18%-
HSV(B)29.64º48.26%67.45%-
XYZ26.825.4612.95-
YUV137.88100.41152.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=43.99%
G=33.25%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721308900.240.480.3329.6433.3351.18
HexAC825901830211e2133
Octal2542021310306041364163
Binary1010110010000010101100101100011000010000111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8259; }

 p { color: rgb(172,130,89); }

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

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

 a { background-color: rgb(172,130,89); }

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

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

 span { border-color: rgb(172,130,89); }

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