Html Css Color HEX #A37D46 Muddy Waters

📋 copy color: '#A37D46'

red 163 ◦ green 125 ◦ blue 70

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

Shades of Muddy Waters #A37D46

Tints of Muddy Waters #A37D46

RGB

 RED value IS 163 (64.06% from 255) = 45.53%

 GREEN value IS 125 (49.22% from 255) = 34.92%

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

R = 45.53%
G = 34.92%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A37D46 (or 0xA37D46) is known color: Muddy Waters. HEX triplet: A3, 7D and 46. RGB value is (163,125,70). Sum of RGB (Red+Green+Blue) = 163+125+70=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D46 is #5C82B9. Grayscale: #828282. Windows color (decimal): -6062778 or 4619683. OLE color: 4619683.

HSL color Cylindrical-coordinate representation of color #A37D46: hue angle of 35.48º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A37D46 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 70 -
CMYK 0 0.23 0.57 0.36
HSL 35.48º 0.4% 0.46% -
HSV(B) 35.48º 0.57% 0.64% -
XYZ 23.54 22.9 8.97 -
YUV 130.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 163 125 70 0 0.23 0.57 0.36 35.48 0.4 0.46
Hex A3 7D 46 0 17 39 24 23 28 2E
Octal 243 175 106 0 27 71 44 43 50 56
Binary 10100011 1111101 1000110 0 10111 111001 100100 100011 101000 101110

Color Harmonies of #A37D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D46

Black with #A37D46

Text Example


Text Example

White with #A37D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D46; }

 p { color: rgb(163,125,70); }

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

background-color css

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

 a { background-color: rgb(163,125,70); }

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

border-color css

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

 span { border-color: rgb(163,125,70); }

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