Html Css Color HEX #AC814E Muddy Waters

📋 copy color: '#AC814E'

red 172 ◦ green 129 ◦ blue 78

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

Shades of Muddy Waters #AC814E

Tints of Muddy Waters #AC814E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 45.38%
G = 34.04%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC814E (or 0xAC814E) is known color: Muddy Waters. HEX triplet: AC, 81 and 4E. RGB value is (172,129,78). Sum of RGB (Red+Green+Blue) = 172+129+78=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC814E is #537EB1. Grayscale: #888888. Windows color (decimal): -5471922 or 5145004. OLE color: 5145004.

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

Color convert

RGB 172 129 78 -
CMYK 0 0.25 0.55 0.33
HSL 32.55º 0.38% 0.49% -
HSV(B) 32.55º 0.55% 0.67% -
XYZ 26.24 25.02 10.65 -
YUV 136.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 172 129 78 0 0.25 0.55 0.33 32.55 0.38 0.49
Hex AC 81 4E 0 19 37 21 21 26 31
Octal 254 201 116 0 31 67 41 41 46 61
Binary 10101100 10000001 1001110 0 11001 110111 100001 100001 100110 110001

Color Harmonies of #AC814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC814E

Black with #AC814E

Text Example


Text Example

White with #AC814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC814E; }

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

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

background-color css

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

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

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

border-color css

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

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

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