Html Css Color HEX #AA7A47 Muddy Waters

📋 copy color: '#AA7A47'

red 170 ◦ green 122 ◦ blue 71

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

Shades of Muddy Waters #AA7A47

Tints of Muddy Waters #AA7A47

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 46.83%
G = 33.61%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7A47 (or 0xAA7A47) is known color: Muddy Waters. HEX triplet: AA, 7A and 47. RGB value is (170,122,71). Sum of RGB (Red+Green+Blue) = 170+122+71=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A47 is #5585B8. Grayscale: #828282. Windows color (decimal): -5604793 or 4684458. OLE color: 4684458.

HSL color Cylindrical-coordinate representation of color #AA7A47: hue angle of 30.91º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7A47 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 71 -
CMYK 0 0.28 0.58 0.33
HSL 30.91º 0.41% 0.47% -
HSV(B) 30.91º 0.58% 0.67% -
XYZ 24.67 22.92 9.08 -
YUV 130.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 170 122 71 0 0.28 0.58 0.33 30.91 0.41 0.47
Hex AA 7A 47 0 1C 3A 21 1F 29 2F
Octal 252 172 107 0 34 72 41 37 51 57
Binary 10101010 1111010 1000111 0 11100 111010 100001 11111 101001 101111

Color Harmonies of #AA7A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A47

Black with #AA7A47

Text Example


Text Example

White with #AA7A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A47; }

 p { color: rgb(170,122,71); }

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

background-color css

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

 a { background-color: rgb(170,122,71); }

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

border-color css

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

 span { border-color: rgb(170,122,71); }

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