Html Css Color HEX #AC7B4A Muddy Waters

📋 copy color: '#AC7B4A'

red 172 ◦ green 123 ◦ blue 74

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

Shades of Muddy Waters #AC7B4A

Tints of Muddy Waters #AC7B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 46.61%
G = 33.33%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC7B4A (or 0xAC7B4A) is known color: Muddy Waters. HEX triplet: AC, 7B and 4A. RGB value is (172,123,74). Sum of RGB (Red+Green+Blue) = 172+123+74=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B4A is #5384B5. Grayscale: #848484. Windows color (decimal): -5473462 or 4881324. OLE color: 4881324.

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

Color convert

RGB 172 123 74 -
CMYK 0 0.28 0.57 0.33
HSL 30º 0.4% 0.48% -
HSV(B) 30º 0.57% 0.67% -
XYZ 25.33 23.43 9.67 -
YUV 132.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 172 123 74 0 0.28 0.57 0.33 30 0.4 0.48
Hex AC 7B 4A 0 1C 39 21 1E 28 30
Octal 254 173 112 0 34 71 41 36 50 60
Binary 10101100 1111011 1001010 0 11100 111001 100001 11110 101000 110000

Color Harmonies of #AC7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B4A

Black with #AC7B4A

Text Example


Text Example

White with #AC7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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