#AC8156

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

Shades of Muddy Waters #AC8156

Tints of Muddy Waters #AC8156

Color information

#AC8156 (or 0xAC8156) is unknown color: approx Muddy Waters. HEX triplet: AC, 81 and 56. RGB value is (172,129,86). Sum of RGB (Red+Green+Blue) = 172+129+86=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8156 is #537EA9. Grayscale: #898989. Windows color (decimal): -5471914 or 5669292. OLE color: 5669292.

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

Color convert

RGB17212986-
CMYK00.250.50.33
HSL30º34.13%50.59%-
HSV(B)30º50%67.45%-
XYZ26.5425.1412.26-
YUV136.9599.25153-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721298600.250.50.333034.1350.59
HexAC815601932211e2233
Octal2542011260316241364263
Binary1010110010000001101011001100111001010000111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8156; }

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

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

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

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

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

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

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

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