Html Css Color HEX #AC834C Muddy Waters

📋 copy color: '#AC834C'

red 172 ◦ green 131 ◦ blue 76

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

Shades of Muddy Waters #AC834C

Tints of Muddy Waters #AC834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 45.38%
G = 34.56%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC834C (or 0xAC834C) is known color: Muddy Waters. HEX triplet: AC, 83 and 4C. RGB value is (172,131,76). Sum of RGB (Red+Green+Blue) = 172+131+76=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC834C is #537CB3. Grayscale: #898989. Windows color (decimal): -5471412 or 5014444. OLE color: 5014444.

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

Color convert

RGB 172 131 76 -
CMYK 0 0.24 0.56 0.33
HSL 34.38º 0.39% 0.49% -
HSV(B) 34.38º 0.56% 0.67% -
XYZ 26.43 25.53 10.37 -
YUV 136.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 172 131 76 0 0.24 0.56 0.33 34.38 0.39 0.49
Hex AC 83 4C 0 18 38 21 22 27 31
Octal 254 203 114 0 30 70 41 42 47 61
Binary 10101100 10000011 1001100 0 11000 111000 100001 100010 100111 110001

Color Harmonies of #AC834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC834C

Black with #AC834C

Text Example


Text Example

White with #AC834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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