Html Css Color HEX #AA8049 Muddy Waters

📋 copy color: '#AA8049'

red 170 ◦ green 128 ◦ blue 73

#AA8049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AA8049

Tints of Muddy Waters #AA8049

RGB

 RED value IS 170 (66.8% from 255) = 45.82%

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 45.82%
G = 34.5%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA8049 (or 0xAA8049) is known color: Muddy Waters. HEX triplet: AA, 80 and 49. RGB value is (170,128,73). Sum of RGB (Red+Green+Blue) = 170+128+73=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8049 is #557FB6. Grayscale: #868686. Windows color (decimal): -5603255 or 4817066. OLE color: 4817066.

HSL color Cylindrical-coordinate representation of color #AA8049: hue angle of 34.02º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA8049 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 73 -
CMYK 0 0.25 0.57 0.33
HSL 34.02º 0.4% 0.48% -
HSV(B) 34.02º 0.57% 0.67% -
XYZ 25.5 24.47 9.68 -
YUV 134.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 170 128 73 0 0.25 0.57 0.33 34.02 0.4 0.48
Hex AA 80 49 0 19 39 21 22 28 30
Octal 252 200 111 0 31 71 41 42 50 60
Binary 10101010 10000000 1001001 0 11001 111001 100001 100010 101000 110000

Color Harmonies of #AA8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8049

Black with #AA8049

Text Example


Text Example

White with #AA8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8049; }

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

 H1.HeaderClassName
 {
   color: #AA8049;
 }
 .AnyTagClassName
 {
   color: #AA8049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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