#AA7D54

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

Shades of Muddy Waters #AA7D54

Tints of Muddy Waters #AA7D54

Color information

#AA7D54 (or 0xAA7D54) is unknown color: approx Muddy Waters. HEX triplet: AA, 7D and 54. RGB value is (170,125,84). Sum of RGB (Red+Green+Blue) = 170+125+84=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D54 is #5582AB. Grayscale: #858585. Windows color (decimal): -5604012 or 5537194. OLE color: 5537194.

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

Color convert

RGB17012584-
CMYK00.260.510.33
HSL28.6º33.86%49.8%-
HSV(B)28.6º50.59%66.67%-
XYZ25.5123.8511.65-
YUV133.7899.91153.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 84 (33.20% from 255) = 22.16%
R=44.85%
G=32.98%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701258400.260.510.3328.633.8649.8
HexAA7D5401A33211d2232
Octal2521751240326341354262
Binary101010101111101101010001101011001110000111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D54; }

 p { color: rgb(170,125,84); }

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

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

 a { background-color: rgb(170,125,84); }

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

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

 span { border-color: rgb(170,125,84); }

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