Html Css Color HEX #A17B40 Muddy Waters

📋 copy color: '#A17B40'

red 161 ◦ green 123 ◦ blue 64

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

Shades of Muddy Waters #A17B40

Tints of Muddy Waters #A17B40

RGB

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

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

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

R = 46.26%
G = 35.34%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A17B40 (or 0xA17B40) is known color: Muddy Waters. HEX triplet: A1, 7B and 40. RGB value is (161,123,64). Sum of RGB (Red+Green+Blue) = 161+123+64=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B40 is #5E84BF. Grayscale: #7F7F7F. Windows color (decimal): -6194368 or 4225953. OLE color: 4225953.

HSL color Cylindrical-coordinate representation of color #A17B40: hue angle of 36.49º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A17B40 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 123 64 -
CMYK 0 0.24 0.60 0.37
HSL 36.49º 0.43% 0.44% -
HSV(B) 36.49º 0.6% 0.63% -
XYZ 22.71 22.11 7.92 -
YUV 127.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 161 123 64 0 0.24 0.60 0.37 36.49 0.43 0.44
Hex A1 7B 40 0 18 3C 25 24 2B 2C
Octal 241 173 100 0 30 74 45 44 53 54
Binary 10100001 1111011 1000000 0 11000 111100 100101 100100 101011 101100

Color Harmonies of #A17B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17B40

Black with #A17B40

Text Example


Text Example

White with #A17B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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