Html Css Color HEX #AC7F50 Muddy Waters

📋 copy color: '#AC7F50'

red 172 ◦ green 127 ◦ blue 80

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

Shades of Muddy Waters #AC7F50

Tints of Muddy Waters #AC7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 45.38%
G = 33.51%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC7F50 (or 0xAC7F50) is known color: Muddy Waters. HEX triplet: AC, 7F and 50. RGB value is (172,127,80). Sum of RGB (Red+Green+Blue) = 172+127+80=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F50 is #5380AF. Grayscale: #878787. Windows color (decimal): -5472432 or 5275564. OLE color: 5275564.

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

Color convert

RGB 172 127 80 -
CMYK 0 0.26 0.53 0.33
HSL 30.65º 0.37% 0.49% -
HSV(B) 30.65º 0.53% 0.67% -
XYZ 26.05 24.53 10.95 -
YUV 135.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 172 127 80 0 0.26 0.53 0.33 30.65 0.37 0.49
Hex AC 7F 50 0 1A 35 21 1F 25 31
Octal 254 177 120 0 32 65 41 37 45 61
Binary 10101100 1111111 1010000 0 11010 110101 100001 11111 100101 110001

Color Harmonies of #AC7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F50

Black with #AC7F50

Text Example


Text Example

White with #AC7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F50; }

 p { color: rgb(172,127,80); }

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

background-color css

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

 a { background-color: rgb(172,127,80); }

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

border-color css

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

 span { border-color: rgb(172,127,80); }

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