#AA7E51

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

Shades of Muddy Waters #AA7E51

Tints of Muddy Waters #AA7E51

Color information

#AA7E51 (or 0xAA7E51) is unknown color: approx Muddy Waters. HEX triplet: AA, 7E and 51. RGB value is (170,126,81). Sum of RGB (Red+Green+Blue) = 170+126+81=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E51 is #5581AE. Grayscale: #868686. Windows color (decimal): -5603759 or 5340842. OLE color: 5340842.

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

Color convert

RGB17012681-
CMYK00.260.520.33
HSL30.34º35.46%49.22%-
HSV(B)30.34º52.35%66.67%-
XYZ25.5224.0611.08-
YUV134.0398.08153.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=45.09%
G=33.42%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701268100.260.520.3330.3435.4649.22
HexAA7E5101A34211e2331
Octal2521761210326441364361
Binary101010101111110101000101101011010010000111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E51; }

 p { color: rgb(170,126,81); }

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

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

 a { background-color: rgb(170,126,81); }

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

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

 span { border-color: rgb(170,126,81); }

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