#aa8550

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

Shades of Muddy Waters #AA8550

Tints of Muddy Waters #AA8550

Color information

#AA8550 (or 0xAA8550) is unknown color: approx Muddy Waters. HEX triplet: AA, 85 and 50. RGB value is (170,133,80). Sum of RGB (Red+Green+Blue) = 170+133+80=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8550 is #557AAF. Grayscale: #8A8A8A. Windows color (decimal): -5601968 or 5277098. OLE color: 5277098.

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

Color convert

RGB17013380-
CMYK00.220.530.33
HSL35.33º36%49.02%-
HSV(B)35.33º52.94%66.67%-
XYZ26.4125.911.2-
YUV138.0295.26150.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=44.39%
G=34.73%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701338000.220.530.3335.333649.02
HexAA85500163521232431
Octal2522051200266541434461
Binary10101010100001011010000010110110101100001100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8550; }

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

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

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

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

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

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

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

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