#AA8448

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

Shades of Muddy Waters #AA8448

Tints of Muddy Waters #AA8448

Color information

#AA8448 (or 0xAA8448) is unknown color: approx Muddy Waters. HEX triplet: AA, 84 and 48. RGB value is (170,132,72). Sum of RGB (Red+Green+Blue) = 170+132+72=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8448 is #557BB7. Grayscale: #888888. Windows color (decimal): -5602232 or 4752554. OLE color: 4752554.

HSL color Cylindrical-coordinate representation of color #AA8448: hue angle of 36.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA8448 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17013272-
CMYK00.220.580.33
HSL36.73º40.5%47.45%-
HSV(B)36.73º57.65%66.67%-
XYZ2625.529.69-
YUV136.5291.59151.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=45.45%
G=35.29%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701327200.220.580.3336.7340.547.45
HexAA84480163A2125282f
Octal2522041100267241455057
Binary10101010100001001001000010110111010100001100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8448; }

 p { color: rgb(170,132,72); }

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

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

 a { background-color: rgb(170,132,72); }

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

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

 span { border-color: rgb(170,132,72); }

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