Html Css Color HEX #AA7D47 Muddy Waters

📋 copy color: '#AA7D47'

red 170 ◦ green 125 ◦ blue 71

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

Shades of Muddy Waters #AA7D47

Tints of Muddy Waters #AA7D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 46.45%
G = 34.15%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7D47 (or 0xAA7D47) is known color: Muddy Waters. HEX triplet: AA, 7D and 47. RGB value is (170,125,71). Sum of RGB (Red+Green+Blue) = 170+125+71=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D47 is #5582B8. Grayscale: #848484. Windows color (decimal): -5604025 or 4685226. OLE color: 4685226.

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

Color convert

RGB 170 125 71 -
CMYK 0 0.26 0.58 0.33
HSL 32.73º 0.41% 0.47% -
HSV(B) 32.73º 0.58% 0.67% -
XYZ 25.05 23.67 9.21 -
YUV 132.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 170 125 71 0 0.26 0.58 0.33 32.73 0.41 0.47
Hex AA 7D 47 0 1A 3A 21 21 29 2F
Octal 252 175 107 0 32 72 41 41 51 57
Binary 10101010 1111101 1000111 0 11010 111010 100001 100001 101001 101111

Color Harmonies of #AA7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D47

Black with #AA7D47

Text Example


Text Example

White with #AA7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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