Html Css Color HEX #AC8047 Muddy Waters

📋 copy color: '#AC8047'

red 172 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #AC8047

Tints of Muddy Waters #AC8047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 46.36%
G = 34.5%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC8047 (or 0xAC8047) is known color: Muddy Waters. HEX triplet: AC, 80 and 47. RGB value is (172,128,71). Sum of RGB (Red+Green+Blue) = 172+128+71=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8047 is #537FB8. Grayscale: #868686. Windows color (decimal): -5472185 or 4685996. OLE color: 4685996.

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

Color convert

RGB 172 128 71 -
CMYK 0 0.26 0.59 0.33
HSL 33.86º 0.42% 0.48% -
HSV(B) 33.86º 0.59% 0.67% -
XYZ 25.87 24.66 9.36 -
YUV 134.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 172 128 71 0 0.26 0.59 0.33 33.86 0.42 0.48
Hex AC 80 47 0 1A 3B 21 22 2A 30
Octal 254 200 107 0 32 73 41 42 52 60
Binary 10101100 10000000 1000111 0 11010 111011 100001 100010 101010 110000

Color Harmonies of #AC8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8047

Black with #AC8047

Text Example


Text Example

White with #AC8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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