Html Css Color HEX #AA8346 Muddy Waters

📋 copy color: '#AA8346'

red 170 ◦ green 131 ◦ blue 70

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

Shades of Muddy Waters #AA8346

Tints of Muddy Waters #AA8346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 45.82%
G = 35.31%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8346 (or 0xAA8346) is known color: Muddy Waters. HEX triplet: AA, 83 and 46. RGB value is (170,131,70). Sum of RGB (Red+Green+Blue) = 170+131+70=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8346 is #557CB9. Grayscale: #878787. Windows color (decimal): -5602490 or 4621226. OLE color: 4621226.

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

Color convert

RGB 170 131 70 -
CMYK 0 0.23 0.59 0.33
HSL 36.6º 0.42% 0.47% -
HSV(B) 36.6º 0.59% 0.67% -
XYZ 25.8 25.22 9.3 -
YUV 135.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 170 131 70 0 0.23 0.59 0.33 36.6 0.42 0.47
Hex AA 83 46 0 17 3B 21 25 2A 2F
Octal 252 203 106 0 27 73 41 45 52 57
Binary 10101010 10000011 1000110 0 10111 111011 100001 100101 101010 101111

Color Harmonies of #AA8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8346

Black with #AA8346

Text Example


Text Example

White with #AA8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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