#AA8454

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

Shades of Muddy Waters #AA8454

Tints of Muddy Waters #AA8454

Color information

#AA8454 (or 0xAA8454) is unknown color: approx Muddy Waters. HEX triplet: AA, 84 and 54. RGB value is (170,132,84). Sum of RGB (Red+Green+Blue) = 170+132+84=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8454 is #557BAB. Grayscale: #8A8A8A. Windows color (decimal): -5602220 or 5538986. OLE color: 5538986.

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

Color convert

RGB17013284-
CMYK00.220.510.33
HSL33.49º33.86%49.8%-
HSV(B)33.49º50.59%66.67%-
XYZ26.4325.6911.95-
YUV137.8997.59150.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=44.04%
G=34.20%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701328400.220.510.3333.4933.8649.8
HexAA84540163321212232
Octal2522041240266341414262
Binary10101010100001001010100010110110011100001100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8454; }

 p { color: rgb(170,132,84); }

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

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

 a { background-color: rgb(170,132,84); }

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

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

 span { border-color: rgb(170,132,84); }

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