Html Css Color HEX #AA844A Muddy Waters

📋 copy color: '#AA844A'

red 170 ◦ green 132 ◦ blue 74

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

Shades of Muddy Waters #AA844A

Tints of Muddy Waters #AA844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 45.21%
G = 35.11%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA844A (or 0xAA844A) is known color: Muddy Waters. HEX triplet: AA, 84 and 4A. RGB value is (170,132,74). Sum of RGB (Red+Green+Blue) = 170+132+74=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA844A is #557BB5. Grayscale: #898989. Windows color (decimal): -5602230 or 4883626. OLE color: 4883626.

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

Color convert

RGB 170 132 74 -
CMYK 0 0.22 0.56 0.33
HSL 36.25º 0.39% 0.48% -
HSV(B) 36.25º 0.56% 0.67% -
XYZ 26.06 25.54 10.04 -
YUV 136.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 170 132 74 0 0.22 0.56 0.33 36.25 0.39 0.48
Hex AA 84 4A 0 16 38 21 24 27 30
Octal 252 204 112 0 26 70 41 44 47 60
Binary 10101010 10000100 1001010 0 10110 111000 100001 100100 100111 110000

Color Harmonies of #AA844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA844A

Black with #AA844A

Text Example


Text Example

White with #AA844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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