#AA7A40

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

Shades of Muddy Waters #AA7A40

Tints of Muddy Waters #AA7A40

Color information

#AA7A40 (or 0xAA7A40) is unknown color: approx Muddy Waters. HEX triplet: AA, 7A and 40. RGB value is (170,122,64). Sum of RGB (Red+Green+Blue) = 170+122+64=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A40 is #5585BF. Grayscale: #828282. Windows color (decimal): -5604800 or 4225706. OLE color: 4225706.

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

Color convert

RGB17012264-
CMYK00.280.620.33
HSL32.83º45.3%45.88%-
HSV(B)32.83º62.35%66.67%-
XYZ24.4622.847.97-
YUV129.7490.9156.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=47.75%
G=34.27%
B=17.98%

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
Decimal1701226400.280.620.3332.8345.345.88
HexAA7A4001C3E21212d2e
Octal2521721000347641415556
Binary1010101011110101000000011100111110100001100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A40; }

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

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

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

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

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

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

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

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