Html Css Color HEX #AC7D54 Muddy Waters

📋 copy color: '#AC7D54'

red 172 ◦ green 125 ◦ blue 84

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

Shades of Muddy Waters #AC7D54

Tints of Muddy Waters #AC7D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 84 (33.2% from 255) = 22.05%

R = 45.14%
G = 32.81%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC7D54 (or 0xAC7D54) is known color: Muddy Waters. HEX triplet: AC, 7D and 54. RGB value is (172,125,84). Sum of RGB (Red+Green+Blue) = 172+125+84=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D54 is #5382AB. Grayscale: #868686. Windows color (decimal): -5472940 or 5537196. OLE color: 5537196.

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

Color convert

RGB 172 125 84 -
CMYK 0 0.27 0.51 0.33
HSL 27.95º 0.35% 0.5% -
HSV(B) 27.95º 0.51% 0.67% -
XYZ 25.95 24.08 11.67 -
YUV 134.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 172 125 84 0 0.27 0.51 0.33 27.95 0.35 0.5
Hex AC 7D 54 0 1B 33 21 1C 23 32
Octal 254 175 124 0 33 63 41 34 43 62
Binary 10101100 1111101 1010100 0 11011 110011 100001 11100 100011 110010

Color Harmonies of #AC7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D54

Black with #AC7D54

Text Example


Text Example

White with #AC7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D54; }

 p { color: rgb(172,125,84); }

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

background-color css

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

 a { background-color: rgb(172,125,84); }

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

border-color css

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

 span { border-color: rgb(172,125,84); }

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