Html Css Color HEX #AC8344 Muddy Waters

📋 copy color: '#AC8344'

red 172 ◦ green 131 ◦ blue 68

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

Shades of Muddy Waters #AC8344

Tints of Muddy Waters #AC8344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 46.36%
G = 35.31%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC8344 (or 0xAC8344) is known color: Muddy Waters. HEX triplet: AC, 83 and 44. RGB value is (172,131,68). Sum of RGB (Red+Green+Blue) = 172+131+68=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8344 is #537CBB. Grayscale: #888888. Windows color (decimal): -5471420 or 4490156. OLE color: 4490156.

HSL color Cylindrical-coordinate representation of color #AC8344: hue angle of 36.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8344 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 68 -
CMYK 0 0.24 0.60 0.33
HSL 36.35º 0.43% 0.47% -
HSV(B) 36.35º 0.6% 0.67% -
XYZ 26.17 25.42 9 -
YUV 136.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 172 131 68 0 0.24 0.60 0.33 36.35 0.43 0.47
Hex AC 83 44 0 18 3C 21 24 2B 2F
Octal 254 203 104 0 30 74 41 44 53 57
Binary 10101100 10000011 1000100 0 11000 111100 100001 100100 101011 101111

Color Harmonies of #AC8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8344

Black with #AC8344

Text Example


Text Example

White with #AC8344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8344; }

 p { color: rgb(172,131,68); }

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

background-color css

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

 a { background-color: rgb(172,131,68); }

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

border-color css

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

 span { border-color: rgb(172,131,68); }

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