Html Css Color HEX #AC7F57 Muddy Waters

📋 copy color: '#AC7F57'

red 172 ◦ green 127 ◦ blue 87

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

Shades of Muddy Waters #AC7F57

Tints of Muddy Waters #AC7F57

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 44.56%
G = 32.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7F57 (or 0xAC7F57) is known color: Muddy Waters. HEX triplet: AC, 7F and 57. RGB value is (172,127,87). Sum of RGB (Red+Green+Blue) = 172+127+87=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F57 is #5380A8. Grayscale: #888888. Windows color (decimal): -5472425 or 5734316. OLE color: 5734316.

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

Color convert

RGB 172 127 87 -
CMYK 0 0.26 0.49 0.33
HSL 28.24º 0.34% 0.51% -
HSV(B) 28.24º 0.49% 0.67% -
XYZ 26.32 24.64 12.38 -
YUV 135.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 172 127 87 0 0.26 0.49 0.33 28.24 0.34 0.51
Hex AC 7F 57 0 1A 31 21 1C 22 33
Octal 254 177 127 0 32 61 41 34 42 63
Binary 10101100 1111111 1010111 0 11010 110001 100001 11100 100010 110011

Color Harmonies of #AC7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F57

Black with #AC7F57

Text Example


Text Example

White with #AC7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F57; }

 p { color: rgb(172,127,87); }

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

background-color css

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

 a { background-color: rgb(172,127,87); }

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

border-color css

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

 span { border-color: rgb(172,127,87); }

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