Html Css Color HEX #AA8849 Muddy Waters

📋 copy color: '#AA8849'

red 170 ◦ green 136 ◦ blue 73

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

Shades of Muddy Waters #AA8849

Tints of Muddy Waters #AA8849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 44.85%
G = 35.88%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA8849 (or 0xAA8849) is known color: Muddy Waters. HEX triplet: AA, 88 and 49. RGB value is (170,136,73). Sum of RGB (Red+Green+Blue) = 170+136+73=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8849 is #5577B6. Grayscale: #8B8B8B. Windows color (decimal): -5601207 or 4819114. OLE color: 4819114.

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

Color convert

RGB 170 136 73 -
CMYK 0 0.20 0.57 0.33
HSL 38.97º 0.4% 0.48% -
HSV(B) 38.97º 0.57% 0.67% -
XYZ 26.58 26.64 10.04 -
YUV 138.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 170 136 73 0 0.20 0.57 0.33 38.97 0.4 0.48
Hex AA 88 49 0 14 39 21 27 28 30
Octal 252 210 111 0 24 71 41 47 50 60
Binary 10101010 10001000 1001001 0 10100 111001 100001 100111 101000 110000

Color Harmonies of #AA8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8849

Black with #AA8849

Text Example


Text Example

White with #AA8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8849; }

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

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

background-color css

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

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

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

border-color css

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

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

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