Html Css Color HEX #AA844F Muddy Waters

📋 copy color: '#AA844F'

red 170 ◦ green 132 ◦ blue 79

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

Shades of Muddy Waters #AA844F

Tints of Muddy Waters #AA844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 44.62%
G = 34.65%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA844F (or 0xAA844F) is known color: Muddy Waters. HEX triplet: AA, 84 and 4F. RGB value is (170,132,79). Sum of RGB (Red+Green+Blue) = 170+132+79=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA844F is #557BB0. Grayscale: #898989. Windows color (decimal): -5602225 or 5211306. OLE color: 5211306.

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

Color convert

RGB 170 132 79 -
CMYK 0 0.22 0.54 0.33
HSL 34.95º 0.37% 0.49% -
HSV(B) 34.95º 0.54% 0.67% -
XYZ 26.24 25.61 10.96 -
YUV 137.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 170 132 79 0 0.22 0.54 0.33 34.95 0.37 0.49
Hex AA 84 4F 0 16 36 21 23 25 31
Octal 252 204 117 0 26 66 41 43 45 61
Binary 10101010 10000100 1001111 0 10110 110110 100001 100011 100101 110001

Color Harmonies of #AA844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA844F

Black with #AA844F

Text Example


Text Example

White with #AA844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA844F; }

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

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

background-color css

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

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

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

border-color css

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

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

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