Html Css Color HEX #AA7F49 Muddy Waters

📋 copy color: '#AA7F49'

red 170 ◦ green 127 ◦ blue 73

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

Shades of Muddy Waters #AA7F49

Tints of Muddy Waters #AA7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 34.32%

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

R = 45.95%
G = 34.32%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA7F49 (or 0xAA7F49) is known color: Muddy Waters. HEX triplet: AA, 7F and 49. RGB value is (170,127,73). Sum of RGB (Red+Green+Blue) = 170+127+73=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F49 is #5580B6. Grayscale: #858585. Windows color (decimal): -5603511 or 4816810. OLE color: 4816810.

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

Color convert

RGB 170 127 73 -
CMYK 0 0.25 0.57 0.33
HSL 33.4º 0.4% 0.48% -
HSV(B) 33.4º 0.57% 0.67% -
XYZ 25.37 24.21 9.64 -
YUV 133.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 170 127 73 0 0.25 0.57 0.33 33.4 0.4 0.48
Hex AA 7F 49 0 19 39 21 21 28 30
Octal 252 177 111 0 31 71 41 41 50 60
Binary 10101010 1111111 1001001 0 11001 111001 100001 100001 101000 110000

Color Harmonies of #AA7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F49

Black with #AA7F49

Text Example


Text Example

White with #AA7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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