#AC8553

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

Shades of Muddy Waters #AC8553

Tints of Muddy Waters #AC8553

Color information

#AC8553 (or 0xAC8553) is unknown color: approx Muddy Waters. HEX triplet: AC, 85 and 53. RGB value is (172,133,83). Sum of RGB (Red+Green+Blue) = 172+133+83=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8553 is #537AAC. Grayscale: #8B8B8B. Windows color (decimal): -5470893 or 5473708. OLE color: 5473708.

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

Color convert

RGB17213383-
CMYK00.230.520.33
HSL33.71º34.9%50%-
HSV(B)33.71º51.74%67.45%-
XYZ26.9626.1711.81-
YUV138.9696.42151.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=44.33%
G=34.28%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721338300.230.520.3333.7134.950
HexAC85530173421222332
Octal2542051230276441424362
Binary10101100100001011010011010111110100100001100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8553; }

 p { color: rgb(172,133,83); }

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

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

 a { background-color: rgb(172,133,83); }

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

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

 span { border-color: rgb(172,133,83); }

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