Html Css Color HEX #AC844E Muddy Waters

📋 copy color: '#AC844E'

red 172 ◦ green 132 ◦ blue 78

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

Shades of Muddy Waters #AC844E

Tints of Muddy Waters #AC844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 45.03%
G = 34.55%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC844E (or 0xAC844E) is known color: Muddy Waters. HEX triplet: AC, 84 and 4E. RGB value is (172,132,78). Sum of RGB (Red+Green+Blue) = 172+132+78=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC844E is #537BB1. Grayscale: #8A8A8A. Windows color (decimal): -5471154 or 5145772. OLE color: 5145772.

HSL color Cylindrical-coordinate representation of color #AC844E: hue angle of 34.47º 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 #AC844E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 78 -
CMYK 0 0.23 0.55 0.33
HSL 34.47º 0.38% 0.49% -
HSV(B) 34.47º 0.55% 0.67% -
XYZ 26.64 25.82 10.79 -
YUV 137.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 172 132 78 0 0.23 0.55 0.33 34.47 0.38 0.49
Hex AC 84 4E 0 17 37 21 22 26 31
Octal 254 204 116 0 27 67 41 42 46 61
Binary 10101100 10000100 1001110 0 10111 110111 100001 100010 100110 110001

Color Harmonies of #AC844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC844E

Black with #AC844E

Text Example


Text Example

White with #AC844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC844E; }

 p { color: rgb(172,132,78); }

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

background-color css

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

 a { background-color: rgb(172,132,78); }

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

border-color css

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

 span { border-color: rgb(172,132,78); }

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