#AA8650

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

Shades of Muddy Waters #AA8650

Tints of Muddy Waters #AA8650

Color information

#AA8650 (or 0xAA8650) is unknown color: approx Muddy Waters. HEX triplet: AA, 86 and 50. RGB value is (170,134,80). Sum of RGB (Red+Green+Blue) = 170+134+80=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8650 is #5579AF. Grayscale: #8A8A8A. Windows color (decimal): -5601712 or 5277354. OLE color: 5277354.

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

Color convert

RGB17013480-
CMYK00.210.530.33
HSL36º36%49.02%-
HSV(B)36º52.94%66.67%-
XYZ26.5526.1811.24-
YUV138.6194.93150.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=44.27%
G=34.90%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701348000.210.530.33363649.02
HexAA86500153521242431
Octal2522061200256541444461
Binary10101010100001101010000010101110101100001100100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8650; }

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

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

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

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

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

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

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

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