#AA8358

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

Shades of Muddy Waters #AA8358

Tints of Muddy Waters #AA8358

Color information

#AA8358 (or 0xAA8358) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 58. RGB value is (170,131,88). Sum of RGB (Red+Green+Blue) = 170+131+88=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8358 is #557CA7. Grayscale: #898989. Windows color (decimal): -5602472 or 5800874. OLE color: 5800874.

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

Color convert

RGB17013188-
CMYK00.230.480.33
HSL31.46º32.54%50.59%-
HSV(B)31.46º48.24%66.67%-
XYZ26.4625.4812.76-
YUV137.7699.92151-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=43.70%
G=33.68%
B=22.62%

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
Decimal1701318800.230.480.3331.4632.5450.59
HexAA835801730211f2133
Octal2522031300276041374163
Binary1010101010000011101100001011111000010000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8358; }

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

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

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

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

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

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

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

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