#AA8353

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

Shades of Muddy Waters #AA8353

Tints of Muddy Waters #AA8353

Color information

#AA8353 (or 0xAA8353) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 53. RGB value is (170,131,83). Sum of RGB (Red+Green+Blue) = 170+131+83=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8353 is #557CAC. Grayscale: #898989. Windows color (decimal): -5602477 or 5473194. OLE color: 5473194.

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

Color convert

RGB17013183-
CMYK00.230.510.33
HSL33.1º34.39%49.61%-
HSV(B)33.1º51.18%66.67%-
XYZ26.2625.411.7-
YUV137.1997.42151.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 83 (32.81% from 255) = 21.61%
R=44.27%
G=34.11%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701318300.230.510.3333.134.3949.61
HexAA83530173321212232
Octal2522031230276341414262
Binary10101010100000111010011010111110011100001100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8353; }

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

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

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

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

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

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

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

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