#AC834E

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

Shades of Muddy Waters #AC834E

Tints of Muddy Waters #AC834E

Color information

#AC834E (or 0xAC834E) is unknown color: approx Muddy Waters. HEX triplet: AC, 83 and 4E. RGB value is (172,131,78). Sum of RGB (Red+Green+Blue) = 172+131+78=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC834E is #537CB1. Grayscale: #898989. Windows color (decimal): -5471410 or 5145516. OLE color: 5145516.

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

Color convert

RGB17213178-
CMYK00.240.550.33
HSL33.83º37.6%49.02%-
HSV(B)33.83º54.65%67.45%-
XYZ26.525.5510.74-
YUV137.2294.58152.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=45.14%
G=34.38%
B=20.47%

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
Decimal1721317800.240.550.3333.8337.649.02
HexAC834E0183721222631
Octal2542031160306741424661
Binary10101100100000111001110011000110111100001100010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC834E; }

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

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

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

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

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

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

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

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