#AA7A41

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

Shades of Muddy Waters #AA7A41

Tints of Muddy Waters #AA7A41

Color information

#AA7A41 (or 0xAA7A41) is unknown color: approx Muddy Waters. HEX triplet: AA, 7A and 41. RGB value is (170,122,65). Sum of RGB (Red+Green+Blue) = 170+122+65=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A41 is #5585BE. Grayscale: #828282. Windows color (decimal): -5604799 or 4291242. OLE color: 4291242.

HSL color Cylindrical-coordinate representation of color #AA7A41: hue angle of 32.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA7A41 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17012265-
CMYK00.280.620.33
HSL32.57º44.68%46.08%-
HSV(B)32.57º61.76%66.67%-
XYZ24.4922.858.12-
YUV129.8591.4156.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=47.62%
G=34.17%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701226500.280.620.3332.5744.6846.08
HexAA7A4101C3E21212d2e
Octal2521721010347641415556
Binary1010101011110101000001011100111110100001100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A41; }

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

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

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

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

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

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

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

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