Html Css Color HEX #A37E4A Muddy Waters

📋 copy color: '#A37E4A'

red 163 ◦ green 126 ◦ blue 74

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

Shades of Muddy Waters #A37E4A

Tints of Muddy Waters #A37E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 44.9%
G = 34.71%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A37E4A (or 0xA37E4A) is known color: Muddy Waters. HEX triplet: A3, 7E and 4A. RGB value is (163,126,74). Sum of RGB (Red+Green+Blue) = 163+126+74=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E4A is #5C81B5. Grayscale: #838383. Windows color (decimal): -6062518 or 4882083. OLE color: 4882083.

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

Color convert

RGB 163 126 74 -
CMYK 0 0.23 0.55 0.36
HSL 35.06º 0.38% 0.46% -
HSV(B) 35.06º 0.55% 0.64% -
XYZ 23.8 23.2 9.7 -
YUV 131.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 163 126 74 0 0.23 0.55 0.36 35.06 0.38 0.46
Hex A3 7E 4A 0 17 37 24 23 26 2E
Octal 243 176 112 0 27 67 44 43 46 56
Binary 10100011 1111110 1001010 0 10111 110111 100100 100011 100110 101110

Color Harmonies of #A37E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E4A

Black with #A37E4A

Text Example


Text Example

White with #A37E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E4A; }

 p { color: rgb(163,126,74); }

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

background-color css

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

 a { background-color: rgb(163,126,74); }

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

border-color css

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

 span { border-color: rgb(163,126,74); }

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