#AC8450

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

Shades of Muddy Waters #AC8450

Tints of Muddy Waters #AC8450

Color information

#AC8450 (or 0xAC8450) is unknown color: approx Muddy Waters. HEX triplet: AC, 84 and 50. RGB value is (172,132,80). Sum of RGB (Red+Green+Blue) = 172+132+80=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8450 is #537BAF. Grayscale: #8A8A8A. Windows color (decimal): -5471152 or 5276844. OLE color: 5276844.

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

Color convert

RGB17213280-
CMYK00.230.530.33
HSL33.91º36.51%49.41%-
HSV(B)33.91º53.49%67.45%-
XYZ26.7125.8511.17-
YUV138.0395.25152.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=44.79%
G=34.38%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721328000.230.530.3333.9136.5149.41
HexAC84500173521222531
Octal2542041200276541424561
Binary10101100100001001010000010111110101100001100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8450; }

 p { color: rgb(172,132,80); }

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

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

 a { background-color: rgb(172,132,80); }

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

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

 span { border-color: rgb(172,132,80); }

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