#AA8648

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

Shades of Muddy Waters #AA8648

Tints of Muddy Waters #AA8648

Color information

#AA8648 (or 0xAA8648) is unknown color: approx Muddy Waters. HEX triplet: AA, 86 and 48. RGB value is (170,134,72). Sum of RGB (Red+Green+Blue) = 170+134+72=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8648 is #5579B7. Grayscale: #898989. Windows color (decimal): -5601720 or 4753066. OLE color: 4753066.

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

Color convert

RGB17013472-
CMYK00.210.580.33
HSL37.96º40.5%47.45%-
HSV(B)37.96º57.65%66.67%-
XYZ26.2726.069.78-
YUV137.790.93151.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=45.21%
G=35.64%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701347200.210.580.3337.9640.547.45
HexAA86480153A2126282f
Octal2522061100257241465057
Binary10101010100001101001000010101111010100001100110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8648; }

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

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

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

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

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

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

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

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