Html Css Color HEX #AC7C3F Muddy Waters

📋 copy color: '#AC7C3F'

red 172 ◦ green 124 ◦ blue 63

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

Shades of Muddy Waters #AC7C3F

Tints of Muddy Waters #AC7C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 63 (25% from 255) = 17.55%

R = 47.91%
G = 34.54%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC7C3F (or 0xAC7C3F) is known color: Muddy Waters. HEX triplet: AC, 7C and 3F. RGB value is (172,124,63). Sum of RGB (Red+Green+Blue) = 172+124+63=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C3F is #5383C0. Grayscale: #838383. Windows color (decimal): -5473217 or 4160684. OLE color: 4160684.

HSL color Cylindrical-coordinate representation of color #AC7C3F: hue angle of 33.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC7C3F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 124 63 -
CMYK 0 0.28 0.63 0.33
HSL 33.58º 0.46% 0.46% -
HSV(B) 33.58º 0.63% 0.67% -
XYZ 25.12 23.54 7.92 -
YUV 131.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 172 124 63 0 0.28 0.63 0.33 33.58 0.46 0.46
Hex AC 7C 3F 0 1C 3F 21 22 2E 2E
Octal 254 174 77 0 34 77 41 42 56 56
Binary 10101100 1111100 111111 0 11100 111111 100001 100010 101110 101110

Color Harmonies of #AC7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C3F

Black with #AC7C3F

Text Example


Text Example

White with #AC7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C3F; }

 p { color: rgb(172,124,63); }

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

background-color css

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

 a { background-color: rgb(172,124,63); }

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

border-color css

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

 span { border-color: rgb(172,124,63); }

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