Html Css Color HEX #AC814C Muddy Waters

📋 copy color: '#AC814C'

red 172 ◦ green 129 ◦ blue 76

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

Shades of Muddy Waters #AC814C

Tints of Muddy Waters #AC814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 45.62%
G = 34.22%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC814C (or 0xAC814C) is known color: Muddy Waters. HEX triplet: AC, 81 and 4C. RGB value is (172,129,76). Sum of RGB (Red+Green+Blue) = 172+129+76=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC814C is #537EB3. Grayscale: #888888. Windows color (decimal): -5471924 or 5013932. OLE color: 5013932.

HSL color Cylindrical-coordinate representation of color #AC814C: hue angle of 33.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC814C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 76 -
CMYK 0 0.25 0.56 0.33
HSL 33.13º 0.39% 0.49% -
HSV(B) 33.13º 0.56% 0.67% -
XYZ 26.17 24.99 10.28 -
YUV 135.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 172 129 76 0 0.25 0.56 0.33 33.13 0.39 0.49
Hex AC 81 4C 0 19 38 21 21 27 31
Octal 254 201 114 0 31 70 41 41 47 61
Binary 10101100 10000001 1001100 0 11001 111000 100001 100001 100111 110001

Color Harmonies of #AC814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC814C

Black with #AC814C

Text Example


Text Example

White with #AC814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC814C; }

 p { color: rgb(172,129,76); }

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

background-color css

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

 a { background-color: rgb(172,129,76); }

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

border-color css

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

 span { border-color: rgb(172,129,76); }

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