#AA864E

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

Shades of Muddy Waters #AA864E

Tints of Muddy Waters #AA864E

Color information

#AA864E (or 0xAA864E) is unknown color: approx Muddy Waters. HEX triplet: AA, 86 and 4E. RGB value is (170,134,78). Sum of RGB (Red+Green+Blue) = 170+134+78=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA864E is #5579B1. Grayscale: #8A8A8A. Windows color (decimal): -5601714 or 5146282. OLE color: 5146282.

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

Color convert

RGB17013478-
CMYK00.210.540.33
HSL36.52º37.1%48.63%-
HSV(B)36.52º54.12%66.67%-
XYZ26.4826.1510.86-
YUV138.3893.93150.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=44.50%
G=35.08%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701347800.210.540.3336.5237.148.63
HexAA864E0153621252531
Octal2522061160256641454561
Binary10101010100001101001110010101110110100001100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA864E; }

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

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

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

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

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

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

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

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