Html Css Color HEX #AC814F Muddy Waters

📋 copy color: '#AC814F'

red 172 ◦ green 129 ◦ blue 79

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

Shades of Muddy Waters #AC814F

Tints of Muddy Waters #AC814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 45.26%
G = 33.95%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC814F (or 0xAC814F) is known color: Muddy Waters. HEX triplet: AC, 81 and 4F. RGB value is (172,129,79). Sum of RGB (Red+Green+Blue) = 172+129+79=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC814F is #537EB0. Grayscale: #888888. Windows color (decimal): -5471921 or 5210540. OLE color: 5210540.

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

Color convert

RGB 172 129 79 -
CMYK 0 0.25 0.54 0.33
HSL 32.26º 0.37% 0.49% -
HSV(B) 32.26º 0.54% 0.67% -
XYZ 26.27 25.04 10.84 -
YUV 136.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 172 129 79 0 0.25 0.54 0.33 32.26 0.37 0.49
Hex AC 81 4F 0 19 36 21 20 25 31
Octal 254 201 117 0 31 66 41 40 45 61
Binary 10101100 10000001 1001111 0 11001 110110 100001 100000 100101 110001

Color Harmonies of #AC814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC814F

Black with #AC814F

Text Example


Text Example

White with #AC814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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