#AA8052

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

Shades of Muddy Waters #AA8052

Tints of Muddy Waters #AA8052

Color information

#AA8052 (or 0xAA8052) is unknown color: approx Muddy Waters. HEX triplet: AA, 80 and 52. RGB value is (170,128,82). Sum of RGB (Red+Green+Blue) = 170+128+82=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8052 is #557FAD. Grayscale: #878787. Windows color (decimal): -5603246 or 5406890. OLE color: 5406890.

HSL color Cylindrical-coordinate representation of color #AA8052: hue angle of 31.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA8052 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17012882-
CMYK00.250.520.33
HSL31.36º34.92%49.41%-
HSV(B)31.36º51.76%66.67%-
XYZ25.8224.5911.37-
YUV135.3197.91152.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=44.74%
G=33.68%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701288200.250.520.3331.3634.9249.41
HexAA805201934211f2331
Octal2522001220316441374361
Binary1010101010000000101001001100111010010000111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8052; }

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

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

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

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

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

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

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

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