Html Css Color HEX #AC7A4D Muddy Waters

📋 copy color: '#AC7A4D'

red 172 ◦ green 122 ◦ blue 77

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

Shades of Muddy Waters #AC7A4D

Tints of Muddy Waters #AC7A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 46.36%
G = 32.88%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC7A4D (or 0xAC7A4D) is known color: Muddy Waters. HEX triplet: AC, 7A and 4D. RGB value is (172,122,77). Sum of RGB (Red+Green+Blue) = 172+122+77=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A4D is #5385B2. Grayscale: #848484. Windows color (decimal): -5473715 or 5077676. OLE color: 5077676.

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

Color convert

RGB 172 122 77 -
CMYK 0 0.29 0.55 0.33
HSL 28.42º 0.38% 0.49% -
HSV(B) 28.42º 0.55% 0.67% -
XYZ 25.31 23.23 10.17 -
YUV 131.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 172 122 77 0 0.29 0.55 0.33 28.42 0.38 0.49
Hex AC 7A 4D 0 1D 37 21 1C 26 31
Octal 254 172 115 0 35 67 41 34 46 61
Binary 10101100 1111010 1001101 0 11101 110111 100001 11100 100110 110001

Color Harmonies of #AC7A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A4D

Black with #AC7A4D

Text Example


Text Example

White with #AC7A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A4D; }

 p { color: rgb(172,122,77); }

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

background-color css

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

 a { background-color: rgb(172,122,77); }

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

border-color css

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

 span { border-color: rgb(172,122,77); }

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