Html Css Color HEX #AC804A Muddy Waters

📋 copy color: '#AC804A'

red 172 ◦ green 128 ◦ blue 74

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

Shades of Muddy Waters #AC804A

Tints of Muddy Waters #AC804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 45.99%
G = 34.22%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC804A (or 0xAC804A) is known color: Muddy Waters. HEX triplet: AC, 80 and 4A. RGB value is (172,128,74). Sum of RGB (Red+Green+Blue) = 172+128+74=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC804A is #537FB5. Grayscale: #878787. Windows color (decimal): -5472182 or 4882604. OLE color: 4882604.

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

Color convert

RGB 172 128 74 -
CMYK 0 0.26 0.57 0.33
HSL 33.06º 0.4% 0.48% -
HSV(B) 33.06º 0.57% 0.67% -
XYZ 25.97 24.7 9.88 -
YUV 135 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 172 128 74 0 0.26 0.57 0.33 33.06 0.4 0.48
Hex AC 80 4A 0 1A 39 21 21 28 30
Octal 254 200 112 0 32 71 41 41 50 60
Binary 10101100 10000000 1001010 0 11010 111001 100001 100001 101000 110000

Color Harmonies of #AC804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC804A

Black with #AC804A

Text Example


Text Example

White with #AC804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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