Html Css Color HEX #AA8446 Muddy Waters

📋 copy color: '#AA8446'

red 170 ◦ green 132 ◦ blue 70

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

Shades of Muddy Waters #AA8446

Tints of Muddy Waters #AA8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 45.7%
G = 35.48%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8446 (or 0xAA8446) is known color: Muddy Waters. HEX triplet: AA, 84 and 46. RGB value is (170,132,70). Sum of RGB (Red+Green+Blue) = 170+132+70=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8446 is #557BB9. Grayscale: #888888. Windows color (decimal): -5602234 or 4621482. OLE color: 4621482.

HSL color Cylindrical-coordinate representation of color #AA8446: hue angle of 37.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA8446 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 132 70 -
CMYK 0 0.22 0.59 0.33
HSL 37.2º 0.42% 0.47% -
HSV(B) 37.2º 0.59% 0.67% -
XYZ 25.93 25.49 9.35 -
YUV 136.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 170 132 70 0 0.22 0.59 0.33 37.2 0.42 0.47
Hex AA 84 46 0 16 3B 21 25 2A 2F
Octal 252 204 106 0 26 73 41 45 52 57
Binary 10101010 10000100 1000110 0 10110 111011 100001 100101 101010 101111

Color Harmonies of #AA8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8446

Black with #AA8446

Text Example


Text Example

White with #AA8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8446; }

 p { color: rgb(170,132,70); }

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

background-color css

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

 a { background-color: rgb(170,132,70); }

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

border-color css

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

 span { border-color: rgb(170,132,70); }

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