Html Css Color HEX #AC854C Muddy Waters

📋 copy color: '#AC854C'

red 172 ◦ green 133 ◦ blue 76

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

Shades of Muddy Waters #AC854C

Tints of Muddy Waters #AC854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 45.14%
G = 34.91%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC854C (or 0xAC854C) is known color: Muddy Waters. HEX triplet: AC, 85 and 4C. RGB value is (172,133,76). Sum of RGB (Red+Green+Blue) = 172+133+76=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC854C is #537AB3. Grayscale: #8A8A8A. Windows color (decimal): -5470900 or 5014956. OLE color: 5014956.

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

Color convert

RGB 172 133 76 -
CMYK 0 0.23 0.56 0.33
HSL 35.63º 0.39% 0.49% -
HSV(B) 35.63º 0.56% 0.67% -
XYZ 26.71 26.07 10.46 -
YUV 138.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 172 133 76 0 0.23 0.56 0.33 35.63 0.39 0.49
Hex AC 85 4C 0 17 38 21 24 27 31
Octal 254 205 114 0 27 70 41 44 47 61
Binary 10101100 10000101 1001100 0 10111 111000 100001 100100 100111 110001

Color Harmonies of #AC854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC854C

Black with #AC854C

Text Example


Text Example

White with #AC854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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