Html Css Color HEX #A17C43 Muddy Waters

📋 copy color: '#A17C43'

red 161 ◦ green 124 ◦ blue 67

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

Shades of Muddy Waters #A17C43

Tints of Muddy Waters #A17C43

RGB

 RED value IS 161 (63.28% from 255) = 45.74%

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 45.74%
G = 35.23%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A17C43 (or 0xA17C43) is known color: Muddy Waters. HEX triplet: A1, 7C and 43. RGB value is (161,124,67). Sum of RGB (Red+Green+Blue) = 161+124+67=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C43 is #5E83BC. Grayscale: #808080. Windows color (decimal): -6194109 or 4422817. OLE color: 4422817.

HSL color Cylindrical-coordinate representation of color #A17C43: hue angle of 36.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A17C43 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 67 -
CMYK 0 0.23 0.58 0.37
HSL 36.38º 0.41% 0.45% -
HSV(B) 36.38º 0.58% 0.63% -
XYZ 22.92 22.4 8.43 -
YUV 128.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 161 124 67 0 0.23 0.58 0.37 36.38 0.41 0.45
Hex A1 7C 43 0 17 3A 25 24 29 2D
Octal 241 174 103 0 27 72 45 44 51 55
Binary 10100001 1111100 1000011 0 10111 111010 100101 100100 101001 101101

Color Harmonies of #A17C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C43

Black with #A17C43

Text Example


Text Example

White with #A17C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C43; }

 p { color: rgb(161,124,67); }

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

background-color css

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

 a { background-color: rgb(161,124,67); }

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

border-color css

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

 span { border-color: rgb(161,124,67); }

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