#AA8258

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

Shades of Muddy Waters #AA8258

Tints of Muddy Waters #AA8258

Color information

#AA8258 (or 0xAA8258) is unknown color: approx Muddy Waters. HEX triplet: AA, 82 and 58. RGB value is (170,130,88). Sum of RGB (Red+Green+Blue) = 170+130+88=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8258 is #557DA7. Grayscale: #898989. Windows color (decimal): -5602728 or 5800618. OLE color: 5800618.

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

Color convert

RGB17013088-
CMYK00.240.480.33
HSL30.73º32.54%50.59%-
HSV(B)30.73º48.24%66.67%-
XYZ26.3225.2212.71-
YUV137.17100.25151.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=43.81%
G=33.51%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701308800.240.480.3330.7332.5450.59
HexAA825801830211f2133
Octal2522021300306041374163
Binary1010101010000010101100001100011000010000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8258; }

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

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

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

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

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

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

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

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