#aa774b

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

Shades of Muddy Waters #AA774B

Tints of Muddy Waters #AA774B

Color information

#AA774B (or 0xAA774B) is unknown color: approx Muddy Waters. HEX triplet: AA, 77 and 4B. RGB value is (170,119,75). Sum of RGB (Red+Green+Blue) = 170+119+75=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA774B is #5588B4. Grayscale: #818181. Windows color (decimal): -5605557 or 4945834. OLE color: 4945834.

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

Color convert

RGB17011975-
CMYK00.30.560.33
HSL27.79º38.78%48.04%-
HSV(B)27.79º55.88%66.67%-
XYZ24.4422.259.66-
YUV129.2397.4157.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=46.70%
G=32.69%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701197500.30.560.3327.7938.7848.04
HexAA774B01E38211c2730
Octal2521671130367041344760
Binary101010101110111100101101111011100010000111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa774b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa774b; }

 p { color: rgb(170,119,75); }

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

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

 a { background-color: rgb(170,119,75); }

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

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

 span { border-color: rgb(170,119,75); }

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