#AA8150

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

Shades of Muddy Waters #AA8150

Tints of Muddy Waters #AA8150

Color information

#AA8150 (or 0xAA8150) is unknown color: approx Muddy Waters. HEX triplet: AA, 81 and 50. RGB value is (170,129,80). Sum of RGB (Red+Green+Blue) = 170+129+80=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8150 is #557EAF. Grayscale: #878787. Windows color (decimal): -5602992 or 5276074. OLE color: 5276074.

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

Color convert

RGB17012980-
CMYK00.240.530.33
HSL32.67º36%49.02%-
HSV(B)32.67º52.94%66.67%-
XYZ25.8824.8311.02-
YUV135.6796.58152.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=44.85%
G=34.04%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701298000.240.530.3332.673649.02
HexAA81500183521212431
Octal2522011200306541414461
Binary10101010100000011010000011000110101100001100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8150; }

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

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

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

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

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

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

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

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