Html Css Color HEX #AA8147 Muddy Waters

📋 copy color: '#AA8147'

red 170 ◦ green 129 ◦ blue 71

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

Shades of Muddy Waters #AA8147

Tints of Muddy Waters #AA8147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 45.95%
G = 34.86%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8147 (or 0xAA8147) is known color: Muddy Waters. HEX triplet: AA, 81 and 47. RGB value is (170,129,71). Sum of RGB (Red+Green+Blue) = 170+129+71=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8147 is #557EB8. Grayscale: #868686. Windows color (decimal): -5603001 or 4686250. OLE color: 4686250.

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

Color convert

RGB 170 129 71 -
CMYK 0 0.24 0.58 0.33
HSL 35.15º 0.41% 0.47% -
HSV(B) 35.15º 0.58% 0.67% -
XYZ 25.57 24.7 9.38 -
YUV 134.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 170 129 71 0 0.24 0.58 0.33 35.15 0.41 0.47
Hex AA 81 47 0 18 3A 21 23 29 2F
Octal 252 201 107 0 30 72 41 43 51 57
Binary 10101010 10000001 1000111 0 11000 111010 100001 100011 101001 101111

Color Harmonies of #AA8147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8147

Black with #AA8147

Text Example


Text Example

White with #AA8147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8147; }

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

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

background-color css

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

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

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

border-color css

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

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

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