#AA884B

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

Shades of Muddy Waters #AA884B

Tints of Muddy Waters #AA884B

Color information

#AA884B (or 0xAA884B) is unknown color: approx Muddy Waters. HEX triplet: AA, 88 and 4B. RGB value is (170,136,75). Sum of RGB (Red+Green+Blue) = 170+136+75=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA884B is #5577B4. Grayscale: #8B8B8B. Windows color (decimal): -5601205 or 4950186. OLE color: 4950186.

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

Color convert

RGB17013675-
CMYK00.200.560.33
HSL38.53º38.78%48.04%-
HSV(B)38.53º55.88%66.67%-
XYZ26.6526.6610.4-
YUV139.2191.76149.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=44.62%
G=35.70%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701367500.200.560.3338.5338.7848.04
HexAA884B0143821272730
Octal2522101130247041474760
Binary10101010100010001001011010100111000100001100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA884B; }

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

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

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

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

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

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

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

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