#AA7C52

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

Shades of Muddy Waters #AA7C52

Tints of Muddy Waters #AA7C52

Color information

#AA7C52 (or 0xAA7C52) is unknown color: approx Muddy Waters. HEX triplet: AA, 7C and 52. RGB value is (170,124,82). Sum of RGB (Red+Green+Blue) = 170+124+82=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C52 is #5583AD. Grayscale: #858585. Windows color (decimal): -5604270 or 5405866. OLE color: 5405866.

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

Color convert

RGB17012482-
CMYK00.270.520.33
HSL28.64º34.92%49.41%-
HSV(B)28.64º51.76%66.67%-
XYZ25.3123.5711.2-
YUV132.9799.24154.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=45.21%
G=32.98%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701248200.270.520.3328.6434.9249.41
HexAA7C5201B34211d2331
Octal2521741220336441354361
Binary101010101111100101001001101111010010000111101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C52; }

 p { color: rgb(170,124,82); }

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

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

 a { background-color: rgb(170,124,82); }

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

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

 span { border-color: rgb(170,124,82); }

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