#AA7B4A

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

Shades of Muddy Waters #AA7B4A

Tints of Muddy Waters #AA7B4A

Color information

#AA7B4A (or 0xAA7B4A) is unknown color: approx Muddy Waters. HEX triplet: AA, 7B and 4A. RGB value is (170,123,74). Sum of RGB (Red+Green+Blue) = 170+123+74=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B4A is #5584B5. Grayscale: #838383. Windows color (decimal): -5604534 or 4881322. OLE color: 4881322.

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

Color convert

RGB17012374-
CMYK00.280.560.33
HSL30.62º39.34%47.84%-
HSV(B)30.62º56.47%66.67%-
XYZ24.923.219.65-
YUV131.4795.57155.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=46.32%
G=33.51%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701237400.280.560.3330.6239.3447.84
HexAA7B4A01C38211f2730
Octal2521731120347041374760
Binary101010101111011100101001110011100010000111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B4A; }

 p { color: rgb(170,123,74); }

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

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

 a { background-color: rgb(170,123,74); }

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

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

 span { border-color: rgb(170,123,74); }

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