Html Css Color HEX #AA7E49 Muddy Waters

📋 copy color: '#AA7E49'

red 170 ◦ green 126 ◦ blue 73

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

Shades of Muddy Waters #AA7E49

Tints of Muddy Waters #AA7E49

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 46.07%
G = 34.15%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA7E49 (or 0xAA7E49) is known color: Muddy Waters. HEX triplet: AA, 7E and 49. RGB value is (170,126,73). Sum of RGB (Red+Green+Blue) = 170+126+73=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E49 is #5581B6. Grayscale: #858585. Windows color (decimal): -5603767 or 4816554. OLE color: 4816554.

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

Color convert

RGB 170 126 73 -
CMYK 0 0.26 0.57 0.33
HSL 32.78º 0.4% 0.48% -
HSV(B) 32.78º 0.57% 0.67% -
XYZ 25.24 23.95 9.6 -
YUV 133.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 170 126 73 0 0.26 0.57 0.33 32.78 0.4 0.48
Hex AA 7E 49 0 1A 39 21 21 28 30
Octal 252 176 111 0 32 71 41 41 50 60
Binary 10101010 1111110 1001001 0 11010 111001 100001 100001 101000 110000

Color Harmonies of #AA7E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E49

Black with #AA7E49

Text Example


Text Example

White with #AA7E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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