#AA824A

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

Shades of Muddy Waters #AA824A

Tints of Muddy Waters #AA824A

Color information

#AA824A (or 0xAA824A) is unknown color: approx Muddy Waters. HEX triplet: AA, 82 and 4A. RGB value is (170,130,74). Sum of RGB (Red+Green+Blue) = 170+130+74=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA824A is #557DB5. Grayscale: #878787. Windows color (decimal): -5602742 or 4883114. OLE color: 4883114.

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

Color convert

RGB17013074-
CMYK00.240.560.33
HSL35º39.34%47.84%-
HSV(B)35º56.47%66.67%-
XYZ25.825.019.95-
YUV135.5893.25152.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=45.45%
G=34.76%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701307400.240.560.333539.3447.84
HexAA824A0183821232730
Octal2522021120307041434760
Binary10101010100000101001010011000111000100001100011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA824A; }

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

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

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

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

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

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

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

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