#AC814E

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

Shades of Muddy Waters #AC814E

Tints of Muddy Waters #AC814E

Color information

#AC814E (or 0xAC814E) is unknown color: approx Muddy Waters. HEX triplet: AC, 81 and 4E. RGB value is (172,129,78). Sum of RGB (Red+Green+Blue) = 172+129+78=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC814E is #537EB1. Grayscale: #888888. Windows color (decimal): -5471922 or 5145004. OLE color: 5145004.

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

Color convert

RGB17212978-
CMYK00.250.550.33
HSL32.55º37.6%49.02%-
HSV(B)32.55º54.65%67.45%-
XYZ26.2425.0210.65-
YUV136.0495.25153.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=45.38%
G=34.04%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721297800.250.550.3332.5537.649.02
HexAC814E0193721212631
Octal2542011160316741414661
Binary10101100100000011001110011001110111100001100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC814E; }

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

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

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

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

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

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

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

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