Html Css Color HEX #AA8344 Muddy Waters

📋 copy color: '#AA8344'

red 170 ◦ green 131 ◦ blue 68

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

Shades of Muddy Waters #AA8344

Tints of Muddy Waters #AA8344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 46.07%
G = 35.5%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA8344 (or 0xAA8344) is known color: Muddy Waters. HEX triplet: AA, 83 and 44. RGB value is (170,131,68). Sum of RGB (Red+Green+Blue) = 170+131+68=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8344 is #557CBB. Grayscale: #878787. Windows color (decimal): -5602492 or 4490154. OLE color: 4490154.

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

Color convert

RGB 170 131 68 -
CMYK 0 0.23 0.6 0.33
HSL 37.06º 0.43% 0.47% -
HSV(B) 37.06º 0.6% 0.67% -
XYZ 25.74 25.2 8.98 -
YUV 135.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 170 131 68 0 0.23 0.6 0.33 37.06 0.43 0.47
Hex AA 83 44 0 17 3C 21 25 2B 2F
Octal 252 203 104 0 27 74 41 45 53 57
Binary 10101010 10000011 1000100 0 10111 111100 100001 100101 101011 101111

Color Harmonies of #AA8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8344

Black with #AA8344

Text Example


Text Example

White with #AA8344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8344; }

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

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

background-color css

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

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

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

border-color css

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

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

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