Html Css Color HEX #AA8347 Muddy Waters

📋 copy color: '#AA8347'

red 170 ◦ green 131 ◦ blue 71

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

Shades of Muddy Waters #AA8347

Tints of Muddy Waters #AA8347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

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

R = 45.7%
G = 35.22%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8347 (or 0xAA8347) is known color: Muddy Waters. HEX triplet: AA, 83 and 47. RGB value is (170,131,71). Sum of RGB (Red+Green+Blue) = 170+131+71=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8347 is #557CB8. Grayscale: #888888. Windows color (decimal): -5602489 or 4686762. OLE color: 4686762.

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

Color convert

RGB 170 131 71 -
CMYK 0 0.23 0.58 0.33
HSL 36.36º 0.41% 0.47% -
HSV(B) 36.36º 0.58% 0.67% -
XYZ 25.83 25.23 9.47 -
YUV 135.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 170 131 71 0 0.23 0.58 0.33 36.36 0.41 0.47
Hex AA 83 47 0 17 3A 21 24 29 2F
Octal 252 203 107 0 27 72 41 44 51 57
Binary 10101010 10000011 1000111 0 10111 111010 100001 100100 101001 101111

Color Harmonies of #AA8347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8347

Black with #AA8347

Text Example


Text Example

White with #AA8347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8347; }

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

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

background-color css

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

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

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

border-color css

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

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

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