#AA8652

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

Shades of Muddy Waters #AA8652

Tints of Muddy Waters #AA8652

Color information

#AA8652 (or 0xAA8652) is unknown color: approx Muddy Waters. HEX triplet: AA, 86 and 52. RGB value is (170,134,82). Sum of RGB (Red+Green+Blue) = 170+134+82=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8652 is #5579AD. Grayscale: #8B8B8B. Windows color (decimal): -5601710 or 5408426. OLE color: 5408426.

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

Color convert

RGB17013482-
CMYK00.210.520.33
HSL35.45º34.92%49.41%-
HSV(B)35.45º51.76%66.67%-
XYZ26.6326.2111.64-
YUV138.8495.93150.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=44.04%
G=34.72%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701348200.210.520.3335.4534.9249.41
HexAA86520153421232331
Octal2522061220256441434361
Binary10101010100001101010010010101110100100001100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8652; }

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

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

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

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

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

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

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

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