#AA7B4F

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

Shades of Muddy Waters #AA7B4F

Tints of Muddy Waters #AA7B4F

Color information

#AA7B4F (or 0xAA7B4F) is unknown color: approx Muddy Waters. HEX triplet: AA, 7B and 4F. RGB value is (170,123,79). Sum of RGB (Red+Green+Blue) = 170+123+79=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B4F is #5584B0. Grayscale: #848484. Windows color (decimal): -5604529 or 5209002. OLE color: 5209002.

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

Color convert

RGB17012379-
CMYK00.280.540.33
HSL29.01º36.55%48.82%-
HSV(B)29.01º53.53%66.67%-
XYZ25.0723.2810.57-
YUV132.0498.07155.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=45.70%
G=33.06%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701237900.280.540.3329.0136.5548.82
HexAA7B4F01C36211d2531
Octal2521731170346641354561
Binary101010101111011100111101110011011010000111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B4F; }

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

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

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

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

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

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

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

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