Html Css Color HEX #AA7B49 Muddy Waters

📋 copy color: '#AA7B49'

red 170 ◦ green 123 ◦ blue 73

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

Shades of Muddy Waters #AA7B49

Tints of Muddy Waters #AA7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 46.45%
G = 33.61%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA7B49 (or 0xAA7B49) is known color: Muddy Waters. HEX triplet: AA, 7B and 49. RGB value is (170,123,73). Sum of RGB (Red+Green+Blue) = 170+123+73=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B49 is #5584B6. Grayscale: #838383. Windows color (decimal): -5604535 or 4815786. OLE color: 4815786.

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

Color convert

RGB 170 123 73 -
CMYK 0 0.28 0.57 0.33
HSL 30.93º 0.4% 0.48% -
HSV(B) 30.93º 0.57% 0.67% -
XYZ 24.86 23.19 9.47 -
YUV 131.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 170 123 73 0 0.28 0.57 0.33 30.93 0.4 0.48
Hex AA 7B 49 0 1C 39 21 1F 28 30
Octal 252 173 111 0 34 71 41 37 50 60
Binary 10101010 1111011 1001001 0 11100 111001 100001 11111 101000 110000

Color Harmonies of #AA7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B49

Black with #AA7B49

Text Example


Text Example

White with #AA7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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