Html Css Color HEX #AC8146 Muddy Waters

📋 copy color: '#AC8146'

red 172 ◦ green 129 ◦ blue 70

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

Shades of Muddy Waters #AC8146

Tints of Muddy Waters #AC8146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 46.36%
G = 34.77%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC8146 (or 0xAC8146) is known color: Muddy Waters. HEX triplet: AC, 81 and 46. RGB value is (172,129,70). Sum of RGB (Red+Green+Blue) = 172+129+70=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8146 is #537EB9. Grayscale: #878787. Windows color (decimal): -5471930 or 4620716. OLE color: 4620716.

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

Color convert

RGB 172 129 70 -
CMYK 0 0.25 0.59 0.33
HSL 34.71º 0.42% 0.47% -
HSV(B) 34.71º 0.59% 0.67% -
XYZ 25.97 24.91 9.23 -
YUV 135.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 172 129 70 0 0.25 0.59 0.33 34.71 0.42 0.47
Hex AC 81 46 0 19 3B 21 23 2A 2F
Octal 254 201 106 0 31 73 41 43 52 57
Binary 10101100 10000001 1000110 0 11001 111011 100001 100011 101010 101111

Color Harmonies of #AC8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8146

Black with #AC8146

Text Example


Text Example

White with #AC8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8146; }

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

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

background-color css

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

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

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

border-color css

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

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

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