#AA8359

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

Shades of Muddy Waters #AA8359

Tints of Muddy Waters #AA8359

Color information

#AA8359 (or 0xAA8359) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 59. RGB value is (170,131,89). Sum of RGB (Red+Green+Blue) = 170+131+89=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8359 is #557CA6. Grayscale: #8A8A8A. Windows color (decimal): -5602471 or 5866410. OLE color: 5866410.

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

Color convert

RGB17013189-
CMYK00.230.480.33
HSL31.11º32.27%50.78%-
HSV(B)31.11º47.65%66.67%-
XYZ26.525.512.98-
YUV137.87100.42150.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=43.59%
G=33.59%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701318900.230.480.3331.1132.2750.78
HexAA835901730211f2033
Octal2522031310276041374063
Binary1010101010000011101100101011111000010000111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8359; }

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

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

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

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

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

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

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

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