#AA8453

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

Shades of Muddy Waters #AA8453

Tints of Muddy Waters #AA8453

Color information

#AA8453 (or 0xAA8453) is unknown color: approx Muddy Waters. HEX triplet: AA, 84 and 53. RGB value is (170,132,83). Sum of RGB (Red+Green+Blue) = 170+132+83=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8453 is #557BAC. Grayscale: #8A8A8A. Windows color (decimal): -5602221 or 5473450. OLE color: 5473450.

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

Color convert

RGB17013283-
CMYK00.220.510.33
HSL33.79º34.39%49.61%-
HSV(B)33.79º51.18%66.67%-
XYZ26.3925.6711.75-
YUV137.7897.09150.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=44.16%
G=34.29%
B=21.56%

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
Decimal1701328300.220.510.3333.7934.3949.61
HexAA84530163321222232
Octal2522041230266341424262
Binary10101010100001001010011010110110011100001100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8453; }

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

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

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

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

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

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

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

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