Html Css Color HEX #AC8043 Muddy Waters

📋 copy color: '#AC8043'

red 172 ◦ green 128 ◦ blue 67

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

Shades of Muddy Waters #AC8043

Tints of Muddy Waters #AC8043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 46.87%
G = 34.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC8043 (or 0xAC8043) is known color: Muddy Waters. HEX triplet: AC, 80 and 43. RGB value is (172,128,67). Sum of RGB (Red+Green+Blue) = 172+128+67=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8043 is #537FBC. Grayscale: #868686. Windows color (decimal): -5472189 or 4423852. OLE color: 4423852.

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

Color convert

RGB 172 128 67 -
CMYK 0 0.26 0.61 0.33
HSL 34.86º 0.44% 0.47% -
HSV(B) 34.86º 0.61% 0.67% -
XYZ 25.75 24.61 8.7 -
YUV 134.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 172 128 67 0 0.26 0.61 0.33 34.86 0.44 0.47
Hex AC 80 43 0 1A 3D 21 23 2C 2F
Octal 254 200 103 0 32 75 41 43 54 57
Binary 10101100 10000000 1000011 0 11010 111101 100001 100011 101100 101111

Color Harmonies of #AC8043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8043

Black with #AC8043

Text Example


Text Example

White with #AC8043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8043; }

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

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

background-color css

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

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

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

border-color css

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

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

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