#AC8158

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

Shades of Muddy Waters #AC8158

Tints of Muddy Waters #AC8158

Color information

#AC8158 (or 0xAC8158) is unknown color: approx Muddy Waters. HEX triplet: AC, 81 and 58. RGB value is (172,129,88). Sum of RGB (Red+Green+Blue) = 172+129+88=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8158 is #537EA7. Grayscale: #898989. Windows color (decimal): -5471912 or 5800364. OLE color: 5800364.

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

Color convert

RGB17212988-
CMYK00.250.490.33
HSL29.29º33.6%50.98%-
HSV(B)29.29º48.84%67.45%-
XYZ26.6225.1812.69-
YUV137.18100.25152.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=44.22%
G=33.16%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721298800.250.490.3329.2933.650.98
HexAC815801931211d2233
Octal2542011300316141354263
Binary1010110010000001101100001100111000110000111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8158; }

 p { color: rgb(172,129,88); }

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

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

 a { background-color: rgb(172,129,88); }

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

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

 span { border-color: rgb(172,129,88); }

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