Html Css Color HEX #AC8259 Muddy Waters

📋 copy color: '#AC8259'

red 172 ◦ green 130 ◦ blue 89

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

Shades of Muddy Waters #AC8259

Tints of Muddy Waters #AC8259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.76%

R = 43.99%
G = 33.25%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC8259 (or 0xAC8259) is known color: Muddy Waters. HEX triplet: AC, 82 and 59. RGB value is (172,130,89). Sum of RGB (Red+Green+Blue) = 172+130+89=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8259 is #537DA6. Grayscale: #8A8A8A. Windows color (decimal): -5471655 or 5866156. OLE color: 5866156.

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

Color convert

RGB 172 130 89 -
CMYK 0 0.24 0.48 0.33
HSL 29.64º 0.33% 0.51% -
HSV(B) 29.64º 0.48% 0.67% -
XYZ 26.8 25.46 12.95 -
YUV 137.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 172 130 89 0 0.24 0.48 0.33 29.64 0.33 0.51
Hex AC 82 59 0 18 30 21 1E 21 33
Octal 254 202 131 0 30 60 41 36 41 63
Binary 10101100 10000010 1011001 0 11000 110000 100001 11110 100001 110011

Color Harmonies of #AC8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8259

Black with #AC8259

Text Example


Text Example

White with #AC8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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