Html Css Color HEX #AC824F Muddy Waters

📋 copy color: '#AC824F'

red 172 ◦ green 130 ◦ blue 79

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

Shades of Muddy Waters #AC824F

Tints of Muddy Waters #AC824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 45.14%
G = 34.12%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC824F (or 0xAC824F) is known color: Muddy Waters. HEX triplet: AC, 82 and 4F. RGB value is (172,130,79). Sum of RGB (Red+Green+Blue) = 172+130+79=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC824F is #537DB0. Grayscale: #888888. Windows color (decimal): -5471665 or 5210796. OLE color: 5210796.

HSL color Cylindrical-coordinate representation of color #AC824F: hue angle of 32.9º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC824F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 79 -
CMYK 0 0.24 0.54 0.33
HSL 32.9º 0.37% 0.49% -
HSV(B) 32.9º 0.54% 0.67% -
XYZ 26.41 25.3 10.89 -
YUV 136.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 172 130 79 0 0.24 0.54 0.33 32.9 0.37 0.49
Hex AC 82 4F 0 18 36 21 21 25 31
Octal 254 202 117 0 30 66 41 41 45 61
Binary 10101100 10000010 1001111 0 11000 110110 100001 100001 100101 110001

Color Harmonies of #AC824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC824F

Black with #AC824F

Text Example


Text Example

White with #AC824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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