Html Css Color HEX #AC8249 Muddy Waters

📋 copy color: '#AC8249'

red 172 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #AC8249

Tints of Muddy Waters #AC8249

RGB

 RED value IS 172 (67.58% from 255) = 45.87%

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 45.87%
G = 34.67%
B = 19.47%

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

#AC8249 (or 0xAC8249) is known color: Muddy Waters. HEX triplet: AC, 82 and 49. RGB value is (172,130,73). Sum of RGB (Red+Green+Blue) = 172+130+73=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8249 is #537DB6. Grayscale: #888888. Windows color (decimal): -5471671 or 4817580. OLE color: 4817580.

HSL color Cylindrical-coordinate representation of color #AC8249: hue angle of 34.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC8249 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 73 -
CMYK 0 0.24 0.58 0.33
HSL 34.55º 0.4% 0.48% -
HSV(B) 34.55º 0.58% 0.67% -
XYZ 26.2 25.22 9.79 -
YUV 136.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 172 130 73 0 0.24 0.58 0.33 34.55 0.4 0.48
Hex AC 82 49 0 18 3A 21 23 28 30
Octal 254 202 111 0 30 72 41 43 50 60
Binary 10101100 10000010 1001001 0 11000 111010 100001 100011 101000 110000

Color Harmonies of #AC8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8249

Black with #AC8249

Text Example


Text Example

White with #AC8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8249; }

 p { color: rgb(172,130,73); }

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

background-color css

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

 a { background-color: rgb(172,130,73); }

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

border-color css

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

 span { border-color: rgb(172,130,73); }

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