Html Css Color HEX #AC804C Muddy Waters

📋 copy color: '#AC804C'

red 172 ◦ green 128 ◦ blue 76

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

Shades of Muddy Waters #AC804C

Tints of Muddy Waters #AC804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 45.74%
G = 34.04%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC804C (or 0xAC804C) is known color: Muddy Waters. HEX triplet: AC, 80 and 4C. RGB value is (172,128,76). Sum of RGB (Red+Green+Blue) = 172+128+76=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC804C is #537FB3. Grayscale: #878787. Windows color (decimal): -5472180 or 5013676. OLE color: 5013676.

HSL color Cylindrical-coordinate representation of color #AC804C: hue angle of 32.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC804C is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 76 -
CMYK 0 0.26 0.56 0.33
HSL 32.5º 0.39% 0.49% -
HSV(B) 32.5º 0.56% 0.67% -
XYZ 26.04 24.73 10.24 -
YUV 135.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 172 128 76 0 0.26 0.56 0.33 32.5 0.39 0.49
Hex AC 80 4C 0 1A 38 21 20 27 31
Octal 254 200 114 0 32 70 41 40 47 61
Binary 10101100 10000000 1001100 0 11010 111000 100001 100000 100111 110001

Color Harmonies of #AC804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC804C

Black with #AC804C

Text Example


Text Example

White with #AC804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC804C; }

 p { color: rgb(172,128,76); }

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

background-color css

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

 a { background-color: rgb(172,128,76); }

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

border-color css

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

 span { border-color: rgb(172,128,76); }

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