Html Css Color HEX #AC7B43 Muddy Waters

📋 copy color: '#AC7B43'

red 172 ◦ green 123 ◦ blue 67

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

Shades of Muddy Waters #AC7B43

Tints of Muddy Waters #AC7B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 47.51%
G = 33.98%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC7B43 (or 0xAC7B43) is known color: Muddy Waters. HEX triplet: AC, 7B and 43. RGB value is (172,123,67). Sum of RGB (Red+Green+Blue) = 172+123+67=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B43 is #5384BC. Grayscale: #838383. Windows color (decimal): -5473469 or 4422572. OLE color: 4422572.

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

Color convert

RGB 172 123 67 -
CMYK 0 0.28 0.61 0.33
HSL 32º 0.44% 0.47% -
HSV(B) 32º 0.61% 0.67% -
XYZ 25.11 23.34 8.49 -
YUV 131.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 172 123 67 0 0.28 0.61 0.33 32 0.44 0.47
Hex AC 7B 43 0 1C 3D 21 20 2C 2F
Octal 254 173 103 0 34 75 41 40 54 57
Binary 10101100 1111011 1000011 0 11100 111101 100001 100000 101100 101111

Color Harmonies of #AC7B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B43

Black with #AC7B43

Text Example


Text Example

White with #AC7B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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