#AC824E

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

Shades of Muddy Waters #AC824E

Tints of Muddy Waters #AC824E

Color information

#AC824E (or 0xAC824E) is unknown color: approx Muddy Waters. HEX triplet: AC, 82 and 4E. RGB value is (172,130,78). Sum of RGB (Red+Green+Blue) = 172+130+78=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC824E is #537DB1. Grayscale: #888888. Windows color (decimal): -5471666 or 5145260. OLE color: 5145260.

HSL color Cylindrical-coordinate representation of color #AC824E: hue angle of 33.19º 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 #AC824E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17213078-
CMYK00.240.550.33
HSL33.19º37.6%49.02%-
HSV(B)33.19º54.65%67.45%-
XYZ26.3725.2910.7-
YUV136.6394.91153.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=45.26%
G=34.21%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721307800.240.550.3333.1937.649.02
HexAC824E0183721212631
Octal2542021160306741414661
Binary10101100100000101001110011000110111100001100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC824E; }

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

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

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

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

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

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

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

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