Html Css Color HEX #AC7B40 Muddy Waters

📋 copy color: '#AC7B40'

red 172 ◦ green 123 ◦ blue 64

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

Shades of Muddy Waters #AC7B40

Tints of Muddy Waters #AC7B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 47.91%
G = 34.26%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC7B40 (or 0xAC7B40) is known color: Muddy Waters. HEX triplet: AC, 7B and 40. RGB value is (172,123,64). Sum of RGB (Red+Green+Blue) = 172+123+64=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B40 is #5384BF. Grayscale: #838383. Windows color (decimal): -5473472 or 4225964. OLE color: 4225964.

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

Color convert

RGB 172 123 64 -
CMYK 0 0.28 0.63 0.33
HSL 32.78º 0.46% 0.46% -
HSV(B) 32.78º 0.63% 0.67% -
XYZ 25.02 23.31 8.03 -
YUV 130.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 172 123 64 0 0.28 0.63 0.33 32.78 0.46 0.46
Hex AC 7B 40 0 1C 3F 21 21 2E 2E
Octal 254 173 100 0 34 77 41 41 56 56
Binary 10101100 1111011 1000000 0 11100 111111 100001 100001 101110 101110

Color Harmonies of #AC7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B40

Black with #AC7B40

Text Example


Text Example

White with #AC7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B40; }

 p { color: rgb(172,123,64); }

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

background-color css

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

 a { background-color: rgb(172,123,64); }

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

border-color css

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

 span { border-color: rgb(172,123,64); }

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