Html Css Color HEX #AC8251 Muddy Waters

📋 copy color: '#AC8251'

red 172 ◦ green 130 ◦ blue 81

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

Shades of Muddy Waters #AC8251

Tints of Muddy Waters #AC8251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 44.91%
G = 33.94%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC8251 (or 0xAC8251) is known color: Muddy Waters. HEX triplet: AC, 82 and 51. RGB value is (172,130,81). Sum of RGB (Red+Green+Blue) = 172+130+81=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8251 is #537DAE. Grayscale: #898989. Windows color (decimal): -5471663 or 5341868. OLE color: 5341868.

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

Color convert

RGB 172 130 81 -
CMYK 0 0.24 0.53 0.33
HSL 32.31º 0.36% 0.5% -
HSV(B) 32.31º 0.53% 0.67% -
XYZ 26.48 25.33 11.28 -
YUV 136.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 172 130 81 0 0.24 0.53 0.33 32.31 0.36 0.5
Hex AC 82 51 0 18 35 21 20 24 32
Octal 254 202 121 0 30 65 41 40 44 62
Binary 10101100 10000010 1010001 0 11000 110101 100001 100000 100100 110010

Color Harmonies of #AC8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8251

Black with #AC8251

Text Example


Text Example

White with #AC8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8251; }

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

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

background-color css

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

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

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

border-color css

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

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

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