Html Css Color HEX #AC824A Muddy Waters

📋 copy color: '#AC824A'

red 172 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #AC824A

Tints of Muddy Waters #AC824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

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

R = 45.74%
G = 34.57%
B = 19.68%

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

#AC824A (or 0xAC824A) is known color: Muddy Waters. HEX triplet: AC, 82 and 4A. RGB value is (172,130,74). Sum of RGB (Red+Green+Blue) = 172+130+74=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC824A is #537DB5. Grayscale: #888888. Windows color (decimal): -5471670 or 4883116. OLE color: 4883116.

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

Color convert

RGB 172 130 74 -
CMYK 0 0.24 0.57 0.33
HSL 34.29º 0.4% 0.48% -
HSV(B) 34.29º 0.57% 0.67% -
XYZ 26.23 25.23 9.97 -
YUV 136.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 172 130 74 0 0.24 0.57 0.33 34.29 0.4 0.48
Hex AC 82 4A 0 18 39 21 22 28 30
Octal 254 202 112 0 30 71 41 42 50 60
Binary 10101100 10000010 1001010 0 11000 111001 100001 100010 101000 110000

Color Harmonies of #AC824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC824A

Black with #AC824A

Text Example


Text Example

White with #AC824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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