Html Css Color HEX #AC8352 Muddy Waters

📋 copy color: '#AC8352'

red 172 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #AC8352

Tints of Muddy Waters #AC8352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 44.68%
G = 34.03%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC8352 (or 0xAC8352) is known color: Muddy Waters. HEX triplet: AC, 83 and 52. RGB value is (172,131,82). Sum of RGB (Red+Green+Blue) = 172+131+82=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8352 is #537CAD. Grayscale: #898989. Windows color (decimal): -5471406 or 5407660. OLE color: 5407660.

HSL color Cylindrical-coordinate representation of color #AC8352: hue angle of 32.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC8352 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 82 -
CMYK 0 0.24 0.52 0.33
HSL 32.67º 0.35% 0.5% -
HSV(B) 32.67º 0.52% 0.67% -
XYZ 26.65 25.61 11.52 -
YUV 137.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 172 131 82 0 0.24 0.52 0.33 32.67 0.35 0.5
Hex AC 83 52 0 18 34 21 21 23 32
Octal 254 203 122 0 30 64 41 41 43 62
Binary 10101100 10000011 1010010 0 11000 110100 100001 100001 100011 110010

Color Harmonies of #AC8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8352

Black with #AC8352

Text Example


Text Example

White with #AC8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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