Html Css Color HEX #AA8649 Muddy Waters

📋 copy color: '#AA8649'

red 170 ◦ green 134 ◦ blue 73

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

Shades of Muddy Waters #AA8649

Tints of Muddy Waters #AA8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 45.09%
G = 35.54%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA8649 (or 0xAA8649) is known color: Muddy Waters. HEX triplet: AA, 86 and 49. RGB value is (170,134,73). Sum of RGB (Red+Green+Blue) = 170+134+73=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8649 is #5579B6. Grayscale: #8A8A8A. Windows color (decimal): -5601719 or 4818602. OLE color: 4818602.

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

Color convert

RGB 170 134 73 -
CMYK 0 0.21 0.57 0.33
HSL 37.73º 0.4% 0.48% -
HSV(B) 37.73º 0.57% 0.67% -
XYZ 26.31 26.08 9.95 -
YUV 137.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 170 134 73 0 0.21 0.57 0.33 37.73 0.4 0.48
Hex AA 86 49 0 15 39 21 26 28 30
Octal 252 206 111 0 25 71 41 46 50 60
Binary 10101010 10000110 1001001 0 10101 111001 100001 100110 101000 110000

Color Harmonies of #AA8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8649

Black with #AA8649

Text Example


Text Example

White with #AA8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8649; }

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

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

background-color css

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

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

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

border-color css

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

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

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