Html Css Color HEX #AC7D52 Muddy Waters

📋 copy color: '#AC7D52'

red 172 ◦ green 125 ◦ blue 82

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

Shades of Muddy Waters #AC7D52

Tints of Muddy Waters #AC7D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 45.38%
G = 32.98%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC7D52 (or 0xAC7D52) is known color: Muddy Waters. HEX triplet: AC, 7D and 52. RGB value is (172,125,82). Sum of RGB (Red+Green+Blue) = 172+125+82=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D52 is #5382AD. Grayscale: #868686. Windows color (decimal): -5472942 or 5406124. OLE color: 5406124.

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

Color convert

RGB 172 125 82 -
CMYK 0 0.27 0.52 0.33
HSL 28.67º 0.35% 0.5% -
HSV(B) 28.67º 0.52% 0.67% -
XYZ 25.87 24.05 11.26 -
YUV 134.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 172 125 82 0 0.27 0.52 0.33 28.67 0.35 0.5
Hex AC 7D 52 0 1B 34 21 1D 23 32
Octal 254 175 122 0 33 64 41 35 43 62
Binary 10101100 1111101 1010010 0 11011 110100 100001 11101 100011 110010

Color Harmonies of #AC7D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D52

Black with #AC7D52

Text Example


Text Example

White with #AC7D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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