Html Css Color HEX #AC7B47 Muddy Waters

📋 copy color: '#AC7B47'

red 172 ◦ green 123 ◦ blue 71

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

Shades of Muddy Waters #AC7B47

Tints of Muddy Waters #AC7B47

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 46.99%
G = 33.61%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7B47 (or 0xAC7B47) is known color: Muddy Waters. HEX triplet: AC, 7B and 47. RGB value is (172,123,71). Sum of RGB (Red+Green+Blue) = 172+123+71=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B47 is #5384B8. Grayscale: #838383. Windows color (decimal): -5473465 or 4684716. OLE color: 4684716.

HSL color Cylindrical-coordinate representation of color #AC7B47: hue angle of 30.89º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC7B47 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 71 -
CMYK 0 0.28 0.59 0.33
HSL 30.89º 0.42% 0.48% -
HSV(B) 30.89º 0.59% 0.67% -
XYZ 25.23 23.39 9.15 -
YUV 131.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 172 123 71 0 0.28 0.59 0.33 30.89 0.42 0.48
Hex AC 7B 47 0 1C 3B 21 1F 2A 30
Octal 254 173 107 0 34 73 41 37 52 60
Binary 10101100 1111011 1000111 0 11100 111011 100001 11111 101010 110000

Color Harmonies of #AC7B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B47

Black with #AC7B47

Text Example


Text Example

White with #AC7B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B47; }

 p { color: rgb(172,123,71); }

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

background-color css

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

 a { background-color: rgb(172,123,71); }

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

border-color css

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

 span { border-color: rgb(172,123,71); }

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