Html Css Color HEX #AA8345 Muddy Waters

📋 copy color: '#AA8345'

red 170 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #AA8345

Tints of Muddy Waters #AA8345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 45.95%
G = 35.41%
B = 18.65%

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

#AA8345 (or 0xAA8345) is known color: Muddy Waters. HEX triplet: AA, 83 and 45. RGB value is (170,131,69). Sum of RGB (Red+Green+Blue) = 170+131+69=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8345 is #557CBA. Grayscale: #878787. Windows color (decimal): -5602491 or 4555690. OLE color: 4555690.

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

Color convert

RGB 170 131 69 -
CMYK 0 0.23 0.59 0.33
HSL 36.83º 0.42% 0.47% -
HSV(B) 36.83º 0.59% 0.67% -
XYZ 25.77 25.21 9.14 -
YUV 135.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 170 131 69 0 0.23 0.59 0.33 36.83 0.42 0.47
Hex AA 83 45 0 17 3B 21 25 2A 2F
Octal 252 203 105 0 27 73 41 45 52 57
Binary 10101010 10000011 1000101 0 10111 111011 100001 100101 101010 101111

Color Harmonies of #AA8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8345

Black with #AA8345

Text Example


Text Example

White with #AA8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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