Html Css Color HEX #AC8548 Muddy Waters

📋 copy color: '#AC8548'

red 172 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #AC8548

Tints of Muddy Waters #AC8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 45.62%
G = 35.28%
B = 19.1%

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

#AC8548 (or 0xAC8548) is known color: Muddy Waters. HEX triplet: AC, 85 and 48. RGB value is (172,133,72). Sum of RGB (Red+Green+Blue) = 172+133+72=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8548 is #537AB7. Grayscale: #898989. Windows color (decimal): -5470904 or 4752812. OLE color: 4752812.

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

Color convert

RGB 172 133 72 -
CMYK 0 0.23 0.58 0.33
HSL 36.6º 0.41% 0.48% -
HSV(B) 36.6º 0.58% 0.67% -
XYZ 26.57 26.01 9.75 -
YUV 137.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 172 133 72 0 0.23 0.58 0.33 36.6 0.41 0.48
Hex AC 85 48 0 17 3A 21 25 29 30
Octal 254 205 110 0 27 72 41 45 51 60
Binary 10101100 10000101 1001000 0 10111 111010 100001 100101 101001 110000

Color Harmonies of #AC8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8548

Black with #AC8548

Text Example


Text Example

White with #AC8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8548; }

 p { color: rgb(172,133,72); }

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

background-color css

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

 a { background-color: rgb(172,133,72); }

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

border-color css

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

 span { border-color: rgb(172,133,72); }

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