#AA8058

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

Shades of Muddy Waters #AA8058

Tints of Muddy Waters #AA8058

Color information

#AA8058 (or 0xAA8058) is unknown color: approx Muddy Waters. HEX triplet: AA, 80 and 58. RGB value is (170,128,88). Sum of RGB (Red+Green+Blue) = 170+128+88=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8058 is #557FA7. Grayscale: #888888. Windows color (decimal): -5603240 or 5800106. OLE color: 5800106.

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

Color convert

RGB17012888-
CMYK00.250.480.33
HSL29.27º32.54%50.59%-
HSV(B)29.27º48.24%66.67%-
XYZ26.0624.6912.62-
YUV136100.91152.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=44.04%
G=33.16%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701288800.250.480.3329.2732.5450.59
HexAA805801930211d2133
Octal2522001300316041354163
Binary1010101010000000101100001100111000010000111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8058; }

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

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

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

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

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

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

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

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