Html Css Color HEX #A57846 Muddy Waters

📋 copy color: '#A57846'

red 165 ◦ green 120 ◦ blue 70

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

Shades of Muddy Waters #A57846

Tints of Muddy Waters #A57846

RGB

 RED value IS 165 (64.84% from 255) = 46.48%

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 46.48%
G = 33.8%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A57846 (or 0xA57846) is known color: Muddy Waters. HEX triplet: A5, 78 and 46. RGB value is (165,120,70). Sum of RGB (Red+Green+Blue) = 165+120+70=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A57846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57846 is #5A87B9. Grayscale: #808080. Windows color (decimal): -5932986 or 4618405. OLE color: 4618405.

HSL color Cylindrical-coordinate representation of color #A57846: hue angle of 31.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57846 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 70 -
CMYK 0 0.27 0.58 0.35
HSL 31.58º 0.4% 0.46% -
HSV(B) 31.58º 0.58% 0.65% -
XYZ 23.34 21.87 8.79 -
YUV 127.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 165 120 70 0 0.27 0.58 0.35 31.58 0.4 0.46
Hex A5 78 46 0 1B 3A 23 20 28 2E
Octal 245 170 106 0 33 72 43 40 50 56
Binary 10100101 1111000 1000110 0 11011 111010 100011 100000 101000 101110

Color Harmonies of #A57846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57846

Black with #A57846

Text Example


Text Example

White with #A57846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57846; }

 p { color: rgb(165,120,70); }

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

background-color css

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

 a { background-color: rgb(165,120,70); }

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

border-color css

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

 span { border-color: rgb(165,120,70); }

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