Html Css Color HEX #AC804D Muddy Waters

📋 copy color: '#AC804D'

red 172 ◦ green 128 ◦ blue 77

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

Shades of Muddy Waters #AC804D

Tints of Muddy Waters #AC804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 45.62%
G = 33.95%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC804D (or 0xAC804D) is known color: Muddy Waters. HEX triplet: AC, 80 and 4D. RGB value is (172,128,77). Sum of RGB (Red+Green+Blue) = 172+128+77=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC804D is #537FB2. Grayscale: #878787. Windows color (decimal): -5472179 or 5079212. OLE color: 5079212.

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

Color convert

RGB 172 128 77 -
CMYK 0 0.26 0.55 0.33
HSL 32.21º 0.38% 0.49% -
HSV(B) 32.21º 0.55% 0.67% -
XYZ 26.07 24.74 10.42 -
YUV 135.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 172 128 77 0 0.26 0.55 0.33 32.21 0.38 0.49
Hex AC 80 4D 0 1A 37 21 20 26 31
Octal 254 200 115 0 32 67 41 40 46 61
Binary 10101100 10000000 1001101 0 11010 110111 100001 100000 100110 110001

Color Harmonies of #AC804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC804D

Black with #AC804D

Text Example


Text Example

White with #AC804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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