Html Css Color HEX #AC7D51 Muddy Waters

📋 copy color: '#AC7D51'

red 172 ◦ green 125 ◦ blue 81

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

Shades of Muddy Waters #AC7D51

Tints of Muddy Waters #AC7D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.43%

R = 45.5%
G = 33.07%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC7D51 (or 0xAC7D51) is known color: Muddy Waters. HEX triplet: AC, 7D and 51. RGB value is (172,125,81). Sum of RGB (Red+Green+Blue) = 172+125+81=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D51 is #5382AE. Grayscale: #868686. Windows color (decimal): -5472943 or 5340588. OLE color: 5340588.

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

Color convert

RGB 172 125 81 -
CMYK 0 0.27 0.53 0.33
HSL 29.01º 0.36% 0.5% -
HSV(B) 29.01º 0.53% 0.67% -
XYZ 25.83 24.03 11.06 -
YUV 134.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 172 125 81 0 0.27 0.53 0.33 29.01 0.36 0.5
Hex AC 7D 51 0 1B 35 21 1D 24 32
Octal 254 175 121 0 33 65 41 35 44 62
Binary 10101100 1111101 1010001 0 11011 110101 100001 11101 100100 110010

Color Harmonies of #AC7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D51

Black with #AC7D51

Text Example


Text Example

White with #AC7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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