Html Css Color HEX #AC8648 Muddy Waters

📋 copy color: '#AC8648'

red 172 ◦ green 134 ◦ blue 72

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

Shades of Muddy Waters #AC8648

Tints of Muddy Waters #AC8648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.45%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 45.5%
G = 35.45%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC8648 (or 0xAC8648) is known color: Muddy Waters. HEX triplet: AC, 86 and 48. RGB value is (172,134,72). Sum of RGB (Red+Green+Blue) = 172+134+72=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8648 is #5379B7. Grayscale: #8A8A8A. Windows color (decimal): -5470648 or 4753068. OLE color: 4753068.

HSL color Cylindrical-coordinate representation of color #AC8648: hue angle of 37.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC8648 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 72 -
CMYK 0 0.22 0.58 0.33
HSL 37.2º 0.41% 0.48% -
HSV(B) 37.2º 0.58% 0.67% -
XYZ 26.71 26.29 9.8 -
YUV 138.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 172 134 72 0 0.22 0.58 0.33 37.2 0.41 0.48
Hex AC 86 48 0 16 3A 21 25 29 30
Octal 254 206 110 0 26 72 41 45 51 60
Binary 10101100 10000110 1001000 0 10110 111010 100001 100101 101001 110000

Color Harmonies of #AC8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8648

Black with #AC8648

Text Example


Text Example

White with #AC8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8648; }

 p { color: rgb(172,134,72); }

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

background-color css

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

 a { background-color: rgb(172,134,72); }

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

border-color css

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

 span { border-color: rgb(172,134,72); }

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