#AA7A52

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

Shades of Muddy Waters #AA7A52

Tints of Muddy Waters #AA7A52

Color information

#AA7A52 (or 0xAA7A52) is unknown color: approx Muddy Waters. HEX triplet: AA, 7A and 52. RGB value is (170,122,82). Sum of RGB (Red+Green+Blue) = 170+122+82=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A52 is #5585AD. Grayscale: #848484. Windows color (decimal): -5604782 or 5405354. OLE color: 5405354.

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

Color convert

RGB17012282-
CMYK00.280.520.33
HSL27.27º34.92%49.41%-
HSV(B)27.27º51.76%66.67%-
XYZ25.0623.0711.12-
YUV131.7999.9155.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=45.45%
G=32.62%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701228200.280.520.3327.2734.9249.41
HexAA7A5201C34211b2331
Octal2521721220346441334361
Binary101010101111010101001001110011010010000111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A52; }

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

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

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

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

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

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

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

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