#AC8748

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

Shades of Muddy Waters #AC8748

Tints of Muddy Waters #AC8748

Color information

#AC8748 (or 0xAC8748) is unknown color: approx Muddy Waters. HEX triplet: AC, 87 and 48. RGB value is (172,135,72). Sum of RGB (Red+Green+Blue) = 172+135+72=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8748 is #5378B7. Grayscale: #8B8B8B. Windows color (decimal): -5470392 or 4753324. OLE color: 4753324.

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

Color convert

RGB17213572-
CMYK00.220.580.33
HSL37.8º40.98%47.84%-
HSV(B)37.8º58.14%67.45%-
XYZ26.8526.579.84-
YUV138.8890.26151.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=45.38%
G=35.62%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721357200.220.580.3337.840.9847.84
HexAC87480163A21262930
Octal2542071100267241465160
Binary10101100100001111001000010110111010100001100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8748; }

 p { color: rgb(172,135,72); }

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

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

 a { background-color: rgb(172,135,72); }

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

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

 span { border-color: rgb(172,135,72); }

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