Html Css Color HEX #AC7A54 Muddy Waters

📋 copy color: '#AC7A54'

red 172 ◦ green 122 ◦ blue 84

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

Shades of Muddy Waters #AC7A54

Tints of Muddy Waters #AC7A54

RGB

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

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

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

R = 45.5%
G = 32.28%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC7A54 (or 0xAC7A54) is known color: Muddy Waters. HEX triplet: AC, 7A and 54. RGB value is (172,122,84). Sum of RGB (Red+Green+Blue) = 172+122+84=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A54 is #5385AB. Grayscale: #848484. Windows color (decimal): -5473708 or 5536428. OLE color: 5536428.

HSL color Cylindrical-coordinate representation of color #AC7A54: hue angle of 25.91º 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 #AC7A54 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 122 84 -
CMYK 0 0.29 0.51 0.33
HSL 25.91º 0.35% 0.5% -
HSV(B) 25.91º 0.51% 0.67% -
XYZ 25.57 23.33 11.54 -
YUV 132.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 172 122 84 0 0.29 0.51 0.33 25.91 0.35 0.5
Hex AC 7A 54 0 1D 33 21 1A 23 32
Octal 254 172 124 0 35 63 41 32 43 62
Binary 10101100 1111010 1010100 0 11101 110011 100001 11010 100011 110010

Color Harmonies of #AC7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A54

Black with #AC7A54

Text Example


Text Example

White with #AC7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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