Html Css Color HEX #AC7A4C Muddy Waters

📋 copy color: '#AC7A4C'

red 172 ◦ green 122 ◦ blue 76

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

Shades of Muddy Waters #AC7A4C

Tints of Muddy Waters #AC7A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 46.49%
G = 32.97%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC7A4C (or 0xAC7A4C) is known color: Muddy Waters. HEX triplet: AC, 7A and 4C. RGB value is (172,122,76). Sum of RGB (Red+Green+Blue) = 172+122+76=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A4C is #5385B3. Grayscale: #838383. Windows color (decimal): -5473716 or 5012140. OLE color: 5012140.

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

Color convert

RGB 172 122 76 -
CMYK 0 0.29 0.56 0.33
HSL 28.75º 0.39% 0.49% -
HSV(B) 28.75º 0.56% 0.67% -
XYZ 25.28 23.21 9.99 -
YUV 131.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 172 122 76 0 0.29 0.56 0.33 28.75 0.39 0.49
Hex AC 7A 4C 0 1D 38 21 1D 27 31
Octal 254 172 114 0 35 70 41 35 47 61
Binary 10101100 1111010 1001100 0 11101 111000 100001 11101 100111 110001

Color Harmonies of #AC7A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A4C

Black with #AC7A4C

Text Example


Text Example

White with #AC7A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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