#AA804B

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

Shades of Muddy Waters #AA804B

Tints of Muddy Waters #AA804B

Color information

#AA804B (or 0xAA804B) is unknown color: approx Muddy Waters. HEX triplet: AA, 80 and 4B. RGB value is (170,128,75). Sum of RGB (Red+Green+Blue) = 170+128+75=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA804B is #557FB4. Grayscale: #868686. Windows color (decimal): -5603253 or 4948138. OLE color: 4948138.

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

Color convert

RGB17012875-
CMYK00.250.560.33
HSL33.47º38.78%48.04%-
HSV(B)33.47º55.88%66.67%-
XYZ25.5724.4910.04-
YUV134.5294.41153.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=45.58%
G=34.32%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701287500.250.560.3333.4738.7848.04
HexAA804B0193821212730
Octal2522001130317041414760
Binary10101010100000001001011011001111000100001100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA804B; }

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

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

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

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

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

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

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

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