Html Css Color HEX #AC8345 Muddy Waters

📋 copy color: '#AC8345'

red 172 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #AC8345

Tints of Muddy Waters #AC8345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 46.24%
G = 35.22%
B = 18.55%

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

#AC8345 (or 0xAC8345) is known color: Muddy Waters. HEX triplet: AC, 83 and 45. RGB value is (172,131,69). Sum of RGB (Red+Green+Blue) = 172+131+69=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8345 is #537CBA. Grayscale: #888888. Windows color (decimal): -5471419 or 4555692. OLE color: 4555692.

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

Color convert

RGB 172 131 69 -
CMYK 0 0.24 0.60 0.33
HSL 36.12º 0.43% 0.47% -
HSV(B) 36.12º 0.6% 0.67% -
XYZ 26.2 25.43 9.16 -
YUV 136.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 172 131 69 0 0.24 0.60 0.33 36.12 0.43 0.47
Hex AC 83 45 0 18 3C 21 24 2B 2F
Octal 254 203 105 0 30 74 41 44 53 57
Binary 10101100 10000011 1000101 0 11000 111100 100001 100100 101011 101111

Color Harmonies of #AC8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8345

Black with #AC8345

Text Example


Text Example

White with #AC8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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