Html Css Color HEX #AC7E42 Muddy Waters

📋 copy color: '#AC7E42'

red 172 ◦ green 126 ◦ blue 66

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

Shades of Muddy Waters #AC7E42

Tints of Muddy Waters #AC7E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 47.25%
G = 34.62%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7E42 (or 0xAC7E42) is known color: Muddy Waters. HEX triplet: AC, 7E and 42. RGB value is (172,126,66). Sum of RGB (Red+Green+Blue) = 172+126+66=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E42 is #5381BD. Grayscale: #858585. Windows color (decimal): -5472702 or 4357804. OLE color: 4357804.

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

Color convert

RGB 172 126 66 -
CMYK 0 0.27 0.62 0.33
HSL 33.96º 0.45% 0.47% -
HSV(B) 33.96º 0.62% 0.67% -
XYZ 25.46 24.09 8.46 -
YUV 132.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 172 126 66 0 0.27 0.62 0.33 33.96 0.45 0.47
Hex AC 7E 42 0 1B 3E 21 22 2D 2F
Octal 254 176 102 0 33 76 41 42 55 57
Binary 10101100 1111110 1000010 0 11011 111110 100001 100010 101101 101111

Color Harmonies of #AC7E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E42

Black with #AC7E42

Text Example


Text Example

White with #AC7E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E42; }

 p { color: rgb(172,126,66); }

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

background-color css

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

 a { background-color: rgb(172,126,66); }

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

border-color css

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

 span { border-color: rgb(172,126,66); }

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