Html Css Color HEX #AC834A Muddy Waters

📋 copy color: '#AC834A'

red 172 ◦ green 131 ◦ blue 74

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

Shades of Muddy Waters #AC834A

Tints of Muddy Waters #AC834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 45.62%
G = 34.75%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC834A (or 0xAC834A) is known color: Muddy Waters. HEX triplet: AC, 83 and 4A. RGB value is (172,131,74). Sum of RGB (Red+Green+Blue) = 172+131+74=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC834A is #537CB5. Grayscale: #898989. Windows color (decimal): -5471414 or 4883372. OLE color: 4883372.

HSL color Cylindrical-coordinate representation of color #AC834A: hue angle of 34.9º 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 #AC834A is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 74 -
CMYK 0 0.24 0.57 0.33
HSL 34.9º 0.4% 0.48% -
HSV(B) 34.9º 0.57% 0.67% -
XYZ 26.37 25.5 10.01 -
YUV 136.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 172 131 74 0 0.24 0.57 0.33 34.9 0.4 0.48
Hex AC 83 4A 0 18 39 21 23 28 30
Octal 254 203 112 0 30 71 41 43 50 60
Binary 10101100 10000011 1001010 0 11000 111001 100001 100011 101000 110000

Color Harmonies of #AC834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC834A

Black with #AC834A

Text Example


Text Example

White with #AC834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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