Html Css Color HEX #AC7B3F Muddy Waters

📋 copy color: '#AC7B3F'

red 172 ◦ green 123 ◦ blue 63

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

Shades of Muddy Waters #AC7B3F

Tints of Muddy Waters #AC7B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 48.04%
G = 34.36%
B = 17.6%

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

#AC7B3F (or 0xAC7B3F) is known color: Muddy Waters. HEX triplet: AC, 7B and 3F. RGB value is (172,123,63). Sum of RGB (Red+Green+Blue) = 172+123+63=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B3F is #5384C0. Grayscale: #838383. Windows color (decimal): -5473473 or 4160428. OLE color: 4160428.

HSL color Cylindrical-coordinate representation of color #AC7B3F: hue angle of 33.03º 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 #AC7B3F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 63 -
CMYK 0 0.28 0.63 0.33
HSL 33.03º 0.46% 0.46% -
HSV(B) 33.03º 0.63% 0.67% -
XYZ 24.99 23.3 7.88 -
YUV 130.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 172 123 63 0 0.28 0.63 0.33 33.03 0.46 0.46
Hex AC 7B 3F 0 1C 3F 21 21 2E 2E
Octal 254 173 77 0 34 77 41 41 56 56
Binary 10101100 1111011 111111 0 11100 111111 100001 100001 101110 101110

Color Harmonies of #AC7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B3F

Black with #AC7B3F

Text Example


Text Example

White with #AC7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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