#AA8055

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

Shades of Muddy Waters #AA8055

Tints of Muddy Waters #AA8055

Color information

#AA8055 (or 0xAA8055) is unknown color: approx Muddy Waters. HEX triplet: AA, 80 and 55. RGB value is (170,128,85). Sum of RGB (Red+Green+Blue) = 170+128+85=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8055 is #557FAA. Grayscale: #878787. Windows color (decimal): -5603243 or 5603498. OLE color: 5603498.

HSL color Cylindrical-coordinate representation of color #AA8055: hue angle of 30.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA8055 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17012885-
CMYK00.250.500.33
HSL30.35º33.33%50%-
HSV(B)30.35º50%66.67%-
XYZ25.9424.6411.98-
YUV135.6699.41152.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=44.39%
G=33.42%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701288500.250.500.3330.3533.3350
HexAA805501932211e2132
Octal2522001250316241364162
Binary1010101010000000101010101100111001010000111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8055; }

 p { color: rgb(170,128,85); }

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

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

 a { background-color: rgb(170,128,85); }

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

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

 span { border-color: rgb(170,128,85); }

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