Html Css Color HEX #AA794C Muddy Waters

📋 copy color: '#AA794C'

red 170 ◦ green 121 ◦ blue 76

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

Shades of Muddy Waters #AA794C

Tints of Muddy Waters #AA794C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 46.32%
G = 32.97%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA794C (or 0xAA794C) is known color: Muddy Waters. HEX triplet: AA, 79 and 4C. RGB value is (170,121,76). Sum of RGB (Red+Green+Blue) = 170+121+76=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA794C is #5586B3. Grayscale: #828282. Windows color (decimal): -5605044 or 5011882. OLE color: 5011882.

HSL color Cylindrical-coordinate representation of color #AA794C: hue angle of 28.72º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA794C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 76 -
CMYK 0 0.29 0.55 0.33
HSL 28.72º 0.38% 0.48% -
HSV(B) 28.72º 0.55% 0.67% -
XYZ 24.72 22.74 9.92 -
YUV 130.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 170 121 76 0 0.29 0.55 0.33 28.72 0.38 0.48
Hex AA 79 4C 0 1D 37 21 1D 26 30
Octal 252 171 114 0 35 67 41 35 46 60
Binary 10101010 1111001 1001100 0 11101 110111 100001 11101 100110 110000

Color Harmonies of #AA794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA794C

Black with #AA794C

Text Example


Text Example

White with #AA794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA794C; }

 p { color: rgb(170,121,76); }

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

background-color css

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

 a { background-color: rgb(170,121,76); }

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

border-color css

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

 span { border-color: rgb(170,121,76); }

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